Worker::collectCollect references to completed tasks 説明
public int Worker::collect(Callable
$collector = ?)Allows the worker to collect references determined to be garbage by the optionally given collector. パラメータ
戻り値The number of remaining tasks on the worker's stack to be collected. 例
例1 A basic example of Worker::collect
上の例の出力は以下となります。 There are currently 0 tasks on the stack to be collected There are 15 tasks remaining on the stack to be collected There are now 0 tasks on the stack to be collected |