프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_idle | array | Idle objects | |
$_is_stale | boolean | Routine is stale receiving no changes. | |
$_signals | array | Signals that are ready to trigger in the loop. |
메소드 | 설명 | |
---|---|---|
add_idle ( |
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. |
public add_signal ( $signal ) : array | ||
리턴 | array |
public get_idles_available ( ) : integer | ||
리턴 | integer |
public get_signals ( ) : array | ||
리턴 | array |
protected array $_signals | ||
리턴 | array |