nested threads
[email protected] (Oliver Block)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
Hi everybody, assume you are creating a thread boss which himself creates a thread assistant. Is it possible 1. that the process which created boss calls a assistant->join, or 2. is it possible to gain back control over a detached thread? tia, Oliver