Worker::isWorkingState Detection Warnung
This method has been removed in pthreads v3. The Worker::getStacked method should be used to see if the worker still has tasks to execute. Beschreibung
public boolean Worker::isWorking
( void
)
Tell if a Worker is executing Stackables Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteA boolean indication of state Beispiele
Beispiel #1 Detect the state of a Worker
<?php |