Swoole\Event::deferExecute a function at the start of the next event loop Description
public static void Swoole\Event::defer(callable
$callback_function)Schedules a function to run at the start of the next event loop iteration. Parameters
Return ValuesNo return value. Examples
Example #1 Swoole\Event::defer example |