Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: waitChapter 19
Win32 Modules and Extensions
Next: 19.14 Win32::Semaphore
 

release

$sem->release(inc, [$var])

Releases a semaphore and increments the count by the amount specified in inc. The last count (before the increment) is returned in the $var variable, if provided.


Previous: Reference: waitPerl in a NutshellNext: 19.14 Win32::Semaphore
Reference: waitBook Index19.14 Win32::Semaphore