This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Using Guile with threads


satchell@merry.dera.gov.uk writes:

> instead you have to make sure that all your GL library
> code gets back to some kind of event loop reasonably often.

If you call SCM_TICK in lengthy C loops and use scm_internal_select
for I/O, Guile's own threads will work excellently.

(There are primitives in the scm interface to start Guile threads from
the C level.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]