Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: asyncChapter 8
Standard Modules
Next: Reference: cond_signal
 

cond_broadcast

cond_broadcast var

Like cond_wait, but unblocks all threads blocked in a cond_wait on the locked variable, not just one thread.


Previous: Reference: asyncPerl in a NutshellNext: Reference: cond_signal
Reference: asyncBook IndexReference: cond_signal