Swoole\Server::defer

(PECL swoole >= 1.9.0)

Swoole\Server::deferDelay execution of the callback function at the end of current EventLoop.

Descripción

publicSwoole\Server::defer(callable$callback): void

Parámetros

callback

Valores devueltos

To Top