(No version information available, might only be in Git)
Swoole\Timer::set — Set timer-related parameters
Sets the options used by the timers of the current process.
This method was deprecated in Swoole 4.6.0 and removed in Swoole 6.0.0. Use swoole_async_set() instead.
settings
An associative array of options. Only enable_coroutine
is recognised: when set to false, the timer callbacks are executed
directly instead of inside a newly created coroutine.
Hiçbir değer dönmez.