Worker::stack
(PECL pthreads >= 2.0.0)
Worker::stack — Stacking work
説明
Appends the new work to the stack of the referenced worker.
パラメータ
work
-
A Threaded object to be executed by the worker.
戻り値
The new size of the stack.
例
例1 Stacking a task for execution onto a worker
<?php
$worker = new Worker();
$work = new class extends Threaded {};
var_dump($worker->stack($work));
上の例の出力は以下となります。
int(1)
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google