The Worker class

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


Customers Area | Contact us | Affiliates