ithreads implementation question
[email protected] (gumbold)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
Hi i am trying to understand implementation of ithreads, particulary it's dependency by fork(). Found that ithreads based on pthread (at least in Linux), so case of fork usage. Is it true?