Re: Blocking cond_signal?
[email protected] Tue, 19 Dec 2006 16:11:40 -0600 (CST)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
> You can't just rely on the locking. You need to deal with a > flag value sent in the shared variable: > Exactly what I was looking for. I guess locking was my hammer, and I was looking for nails. Thanks- Andrew