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: Fri, 24 May 2013

view this page in

The Worker class

(Não há informação de versão disponível, talvez apenas no SVN)

Introdução

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

Sinopse da classe

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

Índice



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

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