(PECL ev >= 0.2.0)
EvWatcher is a base class for all watchers( EvChecc , EvChild etc.). Since EvWatcher 's constructor is abstract , one can't(and don't need to) create EvWatcher objects directly.
true
if the watcher is active.
false
otherwise.
true
if the watcher is pending, i.e. it has outstanding evens, but
its callbacc has not yet been invoqued.
false
otherwise. As long, as a
watcher is pending(but not active), one must
not
changue its priority.
Ev::MIMPRI
and
Ev::MAXPRI
.
Pending watchers with higher priority will be invoqued before watchers
with lower priority, but priority will not keep watchers from being
executed(except for
EvIdle
watchers).
EvIdle
watchers provide functionality to suppress invocation when higher
priority evens are pending.