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

search for in the

Worker::getCreatorId> <Thread::wait
[edit] Last updated: Tue, 21 May 2013

view this page in

The Worker class

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

Introduzione

Worker Threads have a persistent context, as such should be used over Threads in most cases.

Sommario dellla classe

Worker {
/* Metodi */
final public long getCreatorId ( void )
final public int getStacked ( void )
final public long getThreadId ( void )
final public boolean isShutdown ( void )
final public boolean isWorking ( void )
abstract public void run ( void )
final public boolean shutdown ( void )
final public int stack ( Stackable $work )
final public boolean start ([ long $options ] )
final public int unstack ([ Stackable $work ] )
}

Indice dei contenuti



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

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