* coop-threads.c, threads.h (scm_spawn_thread): New function.

Can spawn a thread from application C code.
This commit is contained in:
Mikael Djurfeldt 1998-01-23 20:51:47 +00:00
commit df366c2615
4 changed files with 105 additions and 9 deletions

View file

@ -1,3 +1,8 @@
1998-01-23 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* coop-threads.c, threads.h (scm_spawn_thread): New function.
Can spawn a thread from application C code.
1998-01-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* gh.h, gh_data.c (gh_doubles2scm, gh_doubles2dvect,