SyncEvent::wait

SyncEvent::wait

(PECL sync >= 1.0.0)

SyncEvent::waitWaits for the event to be fired/set

Description

public bool SyncEvent::wait ([ integer $wait = -1 ] )

Waits for the SyncEvent object to be fired.

Parameters

wait

The number of milliseconds to wait for the event to be fired. A value of -1 is infinite.