Pool::shutdownShutdown all workers Beschreibung
public void Pool::shutdown
( void
)
Shuts down all of the workers in the pool. This will block until all submitted tasks have been executed. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteNo value is returned. Beispiele
Beispiel #1 Shutting down a pool
<?php |