pthreads
PHP Manual

The Stackable class

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

Giriş

Stackables are tasks that are executed by Worker threads. You can synchronize with, read, and write Stackable objects before, after and during their execution.

Sınıf Sözdizimi

Stackable {
/* Yöntemler */
final public boolean isRunning ( void )
final public boolean isWaiting ( void )
final public boolean lock ( void )
final public boolean notify ( void )
abstract public void run ( void )
final public mixed synchronized ( Closure $block [, mixed $... ] )
final public boolean unlock ( void )
final public boolean wait ([ string $timeout ] )
}

İçindekiler


pthreads
PHP Manual