Re: [Chicken-users] how to join two threads ?

2007-12-29 Thread minh thu
2007/12/30, Thomas Christian Chust <[EMAIL PROTECTED]>: > minh thu schrieb: > > > [...] > > I'd like to know how I can make an srfi-18 thread wait for the > > completion of another one. > > [...] > > From the SRFI-18 standard document: > [...] Oh! I've looked at the chiken wiki page only. Sorry an

Re: [Chicken-users] how to join two threads ?

2007-12-29 Thread Thomas Christian Chust
minh thu schrieb: > [...] > I'd like to know how I can make an srfi-18 thread wait for the > completion of another one. > [...] >From the SRFI-18 standard document: (thread-join! thread [timeout [timeout-val]]) ;procedure The current thread waits until the thread terminates (norma

[Chicken-users] how to join two threads ?

2007-12-29 Thread minh thu
Hi, I'd like to know how I can make an srfi-18 thread wait for the completion of another one. Specifically (if it changes anything), the waiting thread is the primorial one and the thread to wait for is created in the primordial one. Thanks a lot, thu ___

Re: [Chicken-users] Re: Debian slander?

2007-12-29 Thread Peter Busser
Hi! > BTW, I keep saying "to and from" because lots of Schemes have FFIs, > but being easily embeddable is not so common. Next version: In that case I think it is better to explicitly say that it is easy to embed Chicken in C programs. I had to think for a moment what this "to and from" really m