Re: fthread: create fthread after scheduler-start!
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Organization | Inria |
| Message-ID | <[email protected]> |
Hi Guilhem, > I would like to know it is possible to create and start fthread inside a > fthread body after the scheduler is started? > Thanks in advance Normally yes. Please note that fthread are not being developed anymore. Although different, I would recommend to use pthread instead. Cheers, -- Manuel