Swoole\Event::deferExecute a function at the start of the next event loop 説明
public static void Swoole\Event::defer(callable
$callback_function)Schedules a function to run at the start of the next event loop iteration. パラメータ
戻り値No return value. 例
例1 Swoole\Event::defer example |