Worker::stackStacking work 説明
public int Worker::stack(Threaded
&$work )Appends the new work to the stack of the referenced worker. パラメータ
戻り値The new size of the stack. 例
例1 Stacking a task for execution onto a worker
上の例の出力は以下となります。 int(1) |