downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Stackable::isRunning> <Worker::unstack
[edit] Last updated: Fri, 17 May 2013

view this page in

The Stackable class

(No hay información de versión disponible, podría estar únicamente en SVN)

Introducción

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

Sinopsis de la Clase

Stackable {
/* Métodos */
final public boolean isRunning ( void )
final public boolean isTerminated ( 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 ] )
}

Tabla de contenidos



add a note add a note User Contributed Notes Stackable - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites