Asyncore
|
Public Member Functions | |
__construct (Condition $condition, callable $function, float $interval_seconds, bool $start_immediately) | |
remove () | |
Public Attributes | |
$function | |
$interval_seconds | |
$next_run | |
Asyncore\Loop::__construct | ( | Condition | $condition, |
callable | $function, | ||
float | $interval_seconds, | ||
bool | $start_immediately | ||
) |
Condition | $condition | |
callable | $function | |
float | $interval_seconds | |
bool | $start_immediately |
Asyncore\Loop::remove | ( | ) |
Asyncore\Loop::$function |
Asyncore\Loop::$interval_seconds |
Asyncore\Loop::$next_run |