EvWatcher::keepalive
Configures whether to keep the loop from returning. With keepalive value set to false the watcher won't keep Ev::run() / EvLoop::run() from returning even though the watcher is active. Watchers have keepalive value true by default.
EvWatcher::keepalive — Configures whether to keep the loop from returning; EvWatcher::setCallback — Sets new callback for the watcher; EvWatcher::start ...
... Configures whether to keep the loop from returning. With keepalive <parameter>value</parameter> set to &false; the watcher won't keep <methodname>Ev:: ...
EvWatcher::keepalive — Configures whether to keep the loop from returning; EvWatcher::setCallback — Sets new callback for the watcher; EvWatcher::start ...
2017/02/09 · keepalive Syntax: keepalive ... EvWatcher::keepalive (PECL ev >= 0.2.0) Configures whether to keep the loop from returning public bool EvWatcher:: ...
EvWatcher::invoke — Invokes the watcher callback with the given received events bit mask; EvWatcher::keepalive — Configures whether to keep the loop from ...
(PECL ev >= 0.2.0). EvWatcher::keepalive — Configures whether to keep the loop from returning. Description. public bool EvWatcher::keepalive ([ bool $value ] ).
Parameters ¶. This function has no parameters. Return Values ¶. Returns EvLoop event loop object responsible for the watcher.
EvWatcher::keepalive — Configures whether to keep the loop from returning; EvWatcher::setCallback — Sets new callback for the watcher; EvWatcher::start ...
Configures whether to keep the loop from returning. With keepalive value set to FALSE the watcher won't keep Ev::run() / EvLoop::run() from ...