19.14 Win32::Semaphore
The Win32::Semaphore module implements semaphores, synchronizing
access to shared resources. The constructor The arguments are defined as follows:$sem = Win32::Semaphore->new( init , max , [ name ]);
The The following methods can be used on Win32::Semaphore objects:$sem = Win32::Semaphore->open( name ); Copyright © 2001 O'Reilly & Associates. All rights reserved. |
|