Worker::stackStacking work Beschreibung
public int Worker::stack
( Threaded
&$work
)Appends the new work to the stack of the referenced worker. Parameter-Liste
RückgabewerteThe new size of the stack. Beispiele
Beispiel #1 Stacking a task for execution onto a worker
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(1) |