start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: async Chapter 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: async Perl in a Nutshell Next: Reference: cond_signal
Reference: async Book Index Reference: cond_signal