Приглашаем посетить
Русская библиотека (biblioteka-rus.ru)

Reference: wait

PreviousChapter 19
Win32 Modules and Extensions
Next
 

wait

$sem->wait([timeout])

The inherited Win32::IPC call. Waits for the semaphore's count to be nonzero, then decrements it. Optional timeout is given in milliseconds.


PreviousHomeNext
19.14 Win32::SemaphoreBook IndexReference: release