Results of 1 - 10 of about 16 for watchers (0.001 sec.)
- Invoke all pending watchers while resetting their pending state 12199
- « EvLoop::idle EvLoop::io » PHP Manual EvLoop Invoke all pending watchers while resetting their
...
0.2.0) EvLoop::invokePending — Invoke all pending watchers while resetting their pending state 説明 public Ev ...
Loop::invokePending (): void Invoke all pending watchers while resetting their pending state. パラメータ こ ...
関連キーワード: EvLoop , pending , Invoke , all , watchers , while , resetting , their , invokePending , パラ ...
-
https://man.plustar.jp/php/evloop.invokepending.html
- [similar]
- The EvIdle class 11991
- « EvFork::createStopped EvIdle::__construct » PHP Manual Ev The EvIdle class The EvIdle class (P
...
ECL ev >= 0.2.0) はじめに EvIdle watchers trigger events when no other events of the same or ...
are pending ( EvPrepare , EvCheck and other EvIdle watchers do not count as receiving events ). Thus, as long ...
when the process is in idle(or only lower-priority watchers are pending), the EvIdle watchers are being called ...
ng(which is a useful on its own sometimes), EvIdle watchers are a good place to do "pseudo-background processi ...
-
https://man.plustar.jp/php/class.evidle.html
- [similar]
- The EvWatcher class 11991
- « EvTimer::set EvWatcher::clear » PHP Manual Ev The EvWatcher class The EvWatcher class (PECL ev
...
0.2.0) はじめに EvWatcher is a base class for all watchers( EvCheck , EvChild etc.). Since EvWatcher 's const ...
ty int between Ev::MINPRI and Ev::MAXPRI . Pending watchers with higher priority will be invoked before watche ...
rs with lower priority, but priority will not keep watchers from being executed(except for EvIdle watchers). E ...
vIdle watchers provide functionality to suppress invocation when ...
-
https://man.plustar.jp/php/class.evwatcher.html
- [similar]
- The EvLoop class 9184
- « EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0)
...
Unlike the default loop , it cannot handle EvChild watchers. Having threads we have to create a loop per threa ...
See Ev::iteration() pending The number of pending watchers. 0 indicates that there are no watchers pending. i ...
s(the watcher callback will be called later). EvIo watchers will not be affected. Setting this to a non-null v ...
nstance EvLoop::invokePending — Invoke all pending watchers while resetting their pending state EvLoop::io — C ...
-
https://man.plustar.jp/php/class.evloop.html
- [similar]
- Stops the watcher 8976
- « EvWatcher::start Expect » PHP Manual EvWatcher Stops the watcher EvWatcher::stop (PECL ev >= 0
...
rks the watcher as inactive. Note that only active watchers will receive events. パラメータ この関数にはパラメ ...
er , Stops , EvWatcher , the , stop , パラメータ , watchers , 参考 , 関数 , events ...
-
https://man.plustar.jp/php/evwatcher.stop.html
- [similar]
- The EvSignal class 8231
- « EvPrepare::createStopped EvSignal::__construct » PHP Manual Ev The EvSignal class The EvSignal
...
class (PECL ev >= 0.2.0) はじめに EvSignal watchers will trigger an event when the process receives a ...
y other event. There is no limit for the number of watchers for the same signal, but only within the same loop ...
-
https://man.plustar.jp/php/class.evsignal.html
- [similar]
- The EvIo class 8161
- « EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev
...
>= 0.2.0) はじめに EvIo watchers check whether a file descriptor(or socket, or a st ...
the watcher. The number of read and/or write event watchers per fd is unlimited. Setting all file descriptors ...
-
https://man.plustar.jp/php/class.evio.html
- [similar]
- The EvPeriodic class 8092
- « EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PE
...
CL ev >= 0.2.0) はじめに Periodic watchers are also timers of a kind, but they are very versa ...
tile. Unlike EvTimer , EvPeriodic watchers are not based on real time(or relative time, the p ...
-
https://man.plustar.jp/php/class.evperiodic.html
- [similar]
- Starts the watcher 7884
- « EvWatcher::setCallback EvWatcher::stop » PHP Manual EvWatcher Starts the watcher EvWatcher::st
...
Marks the watcher as active. Note that only active watchers will receive events. パラメータ この関数にはパラメ ...
-
https://man.plustar.jp/php/evwatcher.start.html
- [similar]
- Begin checking for events and calling callbacks for the loop 7676
- « EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba
...
return value is true) or when there are no active watchers which reference the loop( EvWatcher::keepalive() i ...
-
https://man.plustar.jp/php/evloop.run.html
- [similar]