Method | Description | |
---|---|---|
__construct ( Icicle\Concurrent\Strand $strand ) | ||
enqueue ( Icicle\Concurrent\Worker\Task $task ) : Generator | ||
isIdle ( ) : boolean | ||
isRunning ( ) : boolean | ||
kill ( ) | ||
shutdown ( ) : Generator | ||
start ( ) |
Method | Description | |
---|---|---|
cancelPending ( ) | Cancels all pending tasks. | |
send ( Icicle\Concurrent\Worker\Task $task ) : Generator |
public __construct ( Icicle\Concurrent\Strand $strand ) | ||
$strand | Icicle\Concurrent\Strand |