Method |
Description |
|
add_idle ( SIG_Routine $routine ) : void |
Adds a new function to idle the engine. |
|
add_signal ( $signal ) : array |
Adds a signal to trigger in the loop. |
|
get_idle ( ) : integer |
Returns the object to idle the processor. |
|
get_idles_available ( ) : integer |
Returns the objects created to idle the processor. |
|
get_signals ( ) : array |
Returns the signals to trigger in the loop. |
|
is_stale ( ) : boolean |
Returns if the routine is stale. |
|
reset ( ) : void |
Resets the routine after the processor has used it. |
|