EvLoop::idle

Creates EvIdle watcher object associated with the current event loop instance

説明

final public EvIdle EvLoop::idle( callable $callback , mixed $data = null , int $priority = 0 )

Creates EvIdle watcher object associated with the current event loop instance

パラメータ

All the parameters have the same meaning as for EvIdle::__construct

戻り値

Returns EvIdle object on success.

参考

  • EvIdle::__construct