Worker::getStackedGets the remaining stack size 説明
public int Worker::getStacked()
Returns the number of tasks left on the stack パラメータこの関数にはパラメータはありません。 戻り値Returns the number of tasks currently waiting to be executed by the worker 例
例1 A basic example of Worker::getStacked
上の例の出力は以下となります。 There are 5 stacked tasks |