Worker::stackStacking Description
final public int Worker::stack
( Stackable
$work
)Appends the referenced Stackable to the stack of the referenced Worker Parameters
Return ValuesThe new length of the stack Examples
Example #1 Passing Stackables to Workers for execution in the Worker Thread
<?php The above example will output: int(1) |