Worker::unstackUnstacking work 説明
public int Worker::unstack()
Removes the first task (the oldest one) in the stack. パラメータこの関数にはパラメータはありません。 戻り値The new size of the stack. 変更履歴
例
例1 Removing objects from the stack of Workers
上の例の出力は以下となります。 int(1) int(0) |