Worker::shutdownShutdown the worker 説明
public bool Worker::shutdown()
Shuts down the worker after executing all of the stacked tasks. パラメータこの関数にはパラメータはありません。 戻り値
成功した場合に 例
例1 Shutdown the referenced worker
上の例の出力は以下となります。 bool(true) |