Pool::shutdownShutdown all workers Description
public void Pool::shutdown
( void
)
Shuts down all of the workers in the pool. This will block until all submitted tasks have been executed. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 Shutting down a pool
<?php |