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: Tue, 18 Jun 2013

view this page in

La classe Stackable

(PECL pthreads >= 0.36)

Introduction

Les stackables sont des tâches qui sont exécutées par les Threads Worker. Vous pouvez vous synchroniser, lire, et écrire sur les objets stackables, avant, après et pendant leurs exécutions.

Synopsis de la classe

Stackable {
/* Méthodes */
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 ] )
}

Sommaire



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

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