Pool::shutdownShutdown all workers 説明
public void Pool::shutdown()
Shuts down all of the workers in the pool. This will block until all submitted tasks have been executed. パラメータこの関数にはパラメータはありません。 戻り値値を返しません。 例
例1 Shutting down a pool
|