Marius Vollmer <[EMAIL PROTECTED]> writes: > > On the other hand, Guile itself both works on systems that do provide > a pthread API, and on systems that do not. C code written for Guile > might want to support both cases as well (being properly thread safe > by default, but still compilable even when the pthread API is not > available).
guile-gtk is an example of that. I still don't think guile needs to provide functions or whatever that merely shadow pthreads, but some crib notes in the manual or somewhere on how to work with threads in C and support both guile 1.6 and 1.8 would be good. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel