pthreads
PHP Manual

The Stackable class

(No version information available, might only be in SVN)

Wstęp

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

Krótki opis klasy

Stackable {
/* Metody */
final public boolean isRunning ( void )
final public boolean isWaiting ( void )
final public boolean notify ( void )
abstract public void run ( void )
final public boolean wait ([ string $timeout ] )
}

Spis treści


pthreads
PHP Manual