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, 26 Apr 2013

view this page in

The Worker class

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

Introduction

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

Class synopsis

Worker {
/* Methods */
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 ] )
}

Table of Contents



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