ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.7 by root, Mon Nov 12 08:16:02 2007 UTC vs.
Revision 1.12 by root, Mon Nov 12 08:35:18 2007 UTC

63you linked against by calling the functions C<ev_version_major> and 63you linked against by calling the functions C<ev_version_major> and
64C<ev_version_minor>. If you want, you can compare against the global 64C<ev_version_minor>. If you want, you can compare against the global
65symbols C<EV_VERSION_MAJOR> and C<EV_VERSION_MINOR>, which specify the 65symbols C<EV_VERSION_MAJOR> and C<EV_VERSION_MINOR>, which specify the
66version of the library your program was compiled against. 66version of the library your program was compiled against.
67 67
68Usually, its a good idea to terminate if the major versions mismatch, 68Usually, it's a good idea to terminate if the major versions mismatch,
69as this indicates an incompatible change. Minor versions are usually 69as this indicates an incompatible change. Minor versions are usually
70compatible to older versions, so a larger minor version alone is usually 70compatible to older versions, so a larger minor version alone is usually
71not a problem. 71not a problem.
72 72
73=item ev_set_allocator (void *(*cb)(void *ptr, long size)) 73=item ev_set_allocator (void *(*cb)(void *ptr, long size))
103If you use threads, a common model is to run the default event loop 103If you use threads, a common model is to run the default event loop
104in your main thread (or in a separate thrad) and for each thread you 104in your main thread (or in a separate thrad) and for each thread you
105create, you also create another event loop. Libev itself does no locking 105create, you also create another event loop. Libev itself does no locking
106whatsoever, so if you mix calls to the same event loop in different 106whatsoever, so if you mix calls to the same event loop in different
107threads, make sure you lock (this is usually a bad idea, though, even if 107threads, make sure you lock (this is usually a bad idea, though, even if
108done correctly, because its hideous and inefficient). 108done correctly, because it's hideous and inefficient).
109 109
110=over 4 110=over 4
111 111
112=item struct ev_loop *ev_default_loop (unsigned int flags) 112=item struct ev_loop *ev_default_loop (unsigned int flags)
113 113
118 118
119If you don't know what event loop to use, use the one returned from this 119If you don't know what event loop to use, use the one returned from this
120function. 120function.
121 121
122The flags argument can be used to specify special behaviour or specific 122The flags argument can be used to specify special behaviour or specific
123backends to use, and is usually specified as 0 (or EVFLAG_AUTO) 123backends to use, and is usually specified as 0 (or EVFLAG_AUTO).
124 124
125It supports the following flags: 125It supports the following flags:
126 126
127=over 4 127=over 4
128 128
129=item EVFLAG_AUTO 129=item C<EVFLAG_AUTO>
130 130
131The default flags value. Use this if you have no clue (its the right 131The default flags value. Use this if you have no clue (it's the right
132thing, believe me). 132thing, believe me).
133 133
134=item EVFLAG_NOENV 134=item C<EVFLAG_NOENV>
135 135
136If this flag bit is ored into the flag value then libev will I<not> look 136If this flag bit is ored into the flag value (or the program runs setuid
137at the environment variable C<LIBEV_FLAGS>. Otherwise (the default), this 137or setgid) then libev will I<not> look at the environment variable
138environment variable will override the flags completely. This is useful 138C<LIBEV_FLAGS>. Otherwise (the default), this environment variable will
139override the flags completely if it is found in the environment. This is
139to try out specific backends to tets their performance, or to work around 140useful to try out specific backends to test their performance, or to work
140bugs. 141around bugs.
141 142
142=item EVMETHOD_SELECT portable select backend 143=item C<EVMETHOD_SELECT> (portable select backend)
143 144
144=item EVMETHOD_POLL poll backend (everywhere except windows) 145=item C<EVMETHOD_POLL> (poll backend, available everywhere except on windows)
145 146
146=item EVMETHOD_EPOLL linux only 147=item C<EVMETHOD_EPOLL> (linux only)
147 148
148=item EVMETHOD_KQUEUE some bsds only 149=item C<EVMETHOD_KQUEUE> (some bsds only)
149 150
150=item EVMETHOD_DEVPOLL solaris 8 only 151=item C<EVMETHOD_DEVPOLL> (solaris 8 only)
151 152
152=item EVMETHOD_PORT solaris 10 only 153=item C<EVMETHOD_PORT> (solaris 10 only)
153 154
154If one or more of these are ored into the flags value, then only these 155If one or more of these are ored into the flags value, then only these
155backends will be tried (in the reverse order as given here). If one are 156backends will be tried (in the reverse order as given here). If one are
156specified, any backend will do. 157specified, any backend will do.
157 158
166 167
167=item ev_default_destroy () 168=item ev_default_destroy ()
168 169
169Destroys the default loop again (frees all memory and kernel state 170Destroys the default loop again (frees all memory and kernel state
170etc.). This stops all registered event watchers (by not touching them in 171etc.). This stops all registered event watchers (by not touching them in
171any way whatsoever, although you cnanot rely on this :). 172any way whatsoever, although you cannot rely on this :).
172 173
173=item ev_loop_destroy (loop) 174=item ev_loop_destroy (loop)
174 175
175Like C<ev_default_destroy>, but destroys an event loop created by an 176Like C<ev_default_destroy>, but destroys an event loop created by an
176earlier call to C<ev_loop_new>. 177earlier call to C<ev_loop_new>.
184 185
185You I<must> call this function after forking if and only if you want to 186You I<must> call this function after forking if and only if you want to
186use the event library in both processes. If you just fork+exec, you don't 187use the event library in both processes. If you just fork+exec, you don't
187have to call it. 188have to call it.
188 189
189The function itself is quite fast and its usually not a problem to call 190The function itself is quite fast and it's usually not a problem to call
190it just in case after a fork. To make this easy, the function will fit in 191it just in case after a fork. To make this easy, the function will fit in
191quite nicely into a call to C<pthread_atfork>: 192quite nicely into a call to C<pthread_atfork>:
192 193
193 pthread_atfork (0, 0, ev_default_fork); 194 pthread_atfork (0, 0, ev_default_fork);
194 195
201=item unsigned int ev_method (loop) 202=item unsigned int ev_method (loop)
202 203
203Returns one of the C<EVMETHOD_*> flags indicating the event backend in 204Returns one of the C<EVMETHOD_*> flags indicating the event backend in
204use. 205use.
205 206
206=item ev_tstamp = ev_now (loop) 207=item ev_tstamp ev_now (loop)
207 208
208Returns the current "event loop time", which is the time the event loop 209Returns the current "event loop time", which is the time the event loop
209got events and started processing them. This timestamp does not change 210got events and started processing them. This timestamp does not change
210as long as callbacks are being processed, and this is also the base time 211as long as callbacks are being processed, and this is also the base time
211used for relative timers. You can treat it as the timestamp of the event 212used for relative timers. You can treat it as the timestamp of the event
220If the flags argument is specified as 0, it will not return until either 221If the flags argument is specified as 0, it will not return until either
221no event watchers are active anymore or C<ev_unloop> was called. 222no event watchers are active anymore or C<ev_unloop> was called.
222 223
223A flags value of C<EVLOOP_NONBLOCK> will look for new events, will handle 224A flags value of C<EVLOOP_NONBLOCK> will look for new events, will handle
224those events and any outstanding ones, but will not block your process in 225those events and any outstanding ones, but will not block your process in
225case there are no events. 226case there are no events and will return after one iteration of the loop.
226 227
227A flags value of C<EVLOOP_ONESHOT> will look for new events (waiting if 228A flags value of C<EVLOOP_ONESHOT> will look for new events (waiting if
228neccessary) and will handle those and any outstanding ones. It will block 229neccessary) and will handle those and any outstanding ones. It will block
229your process until at least one new event arrives. 230your process until at least one new event arrives, and will return after
231one iteration of the loop.
230 232
231This flags value could be used to implement alternative looping 233This flags value could be used to implement alternative looping
232constructs, but the C<prepare> and C<check> watchers provide a better and 234constructs, but the C<prepare> and C<check> watchers provide a better and
233more generic mechanism. 235more generic mechanism.
234 236
235=item ev_unloop (loop, how) 237=item ev_unloop (loop, how)
236 238
237Can be used to make a call to C<ev_loop> return early. The C<how> argument 239Can be used to make a call to C<ev_loop> return early (but only after it
240has processed all outstanding events). The C<how> argument must be either
238must be either C<EVUNLOOP_ONCE>, which will make the innermost C<ev_loop> 241C<EVUNLOOP_ONCE>, which will make the innermost C<ev_loop> call return, or
239call return, or C<EVUNLOOP_ALL>, which will make all nested C<ev_loop> 242C<EVUNLOOP_ALL>, which will make all nested C<ev_loop> calls return.
240calls return.
241 243
242=item ev_ref (loop) 244=item ev_ref (loop)
243 245
244=item ev_unref (loop) 246=item ev_unref (loop)
245 247
246Ref/unref can be used to add or remove a refcount on the event loop: Every 248Ref/unref can be used to add or remove a reference count on the event
247watcher keeps one reference. If you have a long-runing watcher you never 249loop: Every watcher keeps one reference, and as long as the reference
248unregister that should not keep ev_loop from running, ev_unref() after 250count is nonzero, C<ev_loop> will not return on its own. If you have
249starting, and ev_ref() before stopping it. Libev itself uses this for 251a watcher you never unregister that should not keep C<ev_loop> from
250example for its internal signal pipe: It is not visible to you as a user 252returning, ev_unref() after starting, and ev_ref() before stopping it. For
251and should not keep C<ev_loop> from exiting if the work is done. It is 253example, libev itself uses this for its internal signal pipe: It is not
252also an excellent way to do this for generic recurring timers or from 254visible to the libev user and should not keep C<ev_loop> from exiting if
253within third-party libraries. Just remember to unref after start and ref 255no event watchers registered by it are active. It is also an excellent
254before stop. 256way to do this for generic recurring timers or from within third-party
257libraries. Just remember to I<unref after start> and I<ref before stop>.
255 258
256=back 259=back
257 260
258=head1 ANATOMY OF A WATCHER 261=head1 ANATOMY OF A WATCHER
259 262
260A watcher is a structure that you create and register to record your 263A watcher is a structure that you create and register to record your
261interest in some event. For instance, if you want to wait for STDIN to 264interest in some event. For instance, if you want to wait for STDIN to
262become readable, you would create an ev_io watcher for that: 265become readable, you would create an C<ev_io> watcher for that:
263 266
264 static void my_cb (struct ev_loop *loop, struct ev_io *w, int revents) 267 static void my_cb (struct ev_loop *loop, struct ev_io *w, int revents)
265 { 268 {
266 ev_io_stop (w); 269 ev_io_stop (w);
267 ev_unloop (loop, EVUNLOOP_ALL); 270 ev_unloop (loop, EVUNLOOP_ALL);
311(you can receive multiple events at the same time). The possible bit masks 314(you can receive multiple events at the same time). The possible bit masks
312are: 315are:
313 316
314=over 4 317=over 4
315 318
316=item EV_READ 319=item C<EV_READ>
317 320
318=item EV_WRITE 321=item C<EV_WRITE>
319 322
320The file descriptor in the ev_io watcher has become readable and/or 323The file descriptor in the C<ev_io> watcher has become readable and/or
321writable. 324writable.
322 325
323=item EV_TIMEOUT 326=item C<EV_TIMEOUT>
324 327
325The ev_timer watcher has timed out. 328The C<ev_timer> watcher has timed out.
326 329
327=item EV_PERIODIC 330=item C<EV_PERIODIC>
328 331
329The ev_periodic watcher has timed out. 332The C<ev_periodic> watcher has timed out.
330 333
331=item EV_SIGNAL 334=item C<EV_SIGNAL>
332 335
333The signal specified in the ev_signal watcher has been received by a thread. 336The signal specified in the C<ev_signal> watcher has been received by a thread.
334 337
335=item EV_CHILD 338=item C<EV_CHILD>
336 339
337The pid specified in the ev_child watcher has received a status change. 340The pid specified in the C<ev_child> watcher has received a status change.
338 341
339=item EV_IDLE 342=item C<EV_IDLE>
340 343
341The ev_idle watcher has determined that you have nothing better to do. 344The C<ev_idle> watcher has determined that you have nothing better to do.
342 345
343=item EV_PREPARE 346=item C<EV_PREPARE>
344 347
345=item EV_CHECK 348=item C<EV_CHECK>
346 349
347All ev_prepare watchers are invoked just I<before> C<ev_loop> starts 350All C<ev_prepare> watchers are invoked just I<before> C<ev_loop> starts
348to gather new events, and all ev_check watchers are invoked just after 351to gather new events, and all C<ev_check> watchers are invoked just after
349C<ev_loop> has gathered them, but before it invokes any callbacks for any 352C<ev_loop> has gathered them, but before it invokes any callbacks for any
350received events. Callbacks of both watcher types can start and stop as 353received events. Callbacks of both watcher types can start and stop as
351many watchers as they want, and all of them will be taken into account 354many watchers as they want, and all of them will be taken into account
352(for example, a ev_prepare watcher might start an idle watcher to keep 355(for example, a C<ev_prepare> watcher might start an idle watcher to keep
353C<ev_loop> from blocking). 356C<ev_loop> from blocking).
354 357
355=item EV_ERROR 358=item C<EV_ERROR>
356 359
357An unspecified error has occured, the watcher has been stopped. This might 360An unspecified error has occured, the watcher has been stopped. This might
358happen because the watcher could not be properly started because libev 361happen because the watcher could not be properly started because libev
359ran out of memory, a file descriptor was found to be closed or any other 362ran out of memory, a file descriptor was found to be closed or any other
360problem. You best act on it by reporting the problem and somehow coping 363problem. You best act on it by reporting the problem and somehow coping
401=head1 WATCHER TYPES 404=head1 WATCHER TYPES
402 405
403This section describes each watcher in detail, but will not repeat 406This section describes each watcher in detail, but will not repeat
404information given in the last section. 407information given in the last section.
405 408
406=head2 struct ev_io - is my file descriptor readable or writable 409=head2 C<ev_io> - is this file descriptor readable or writable
407 410
408I/O watchers check whether a file descriptor is readable or writable 411I/O watchers check whether a file descriptor is readable or writable
409in each iteration of the event loop (This behaviour is called 412in each iteration of the event loop (This behaviour is called
410level-triggering because you keep receiving events as long as the 413level-triggering because you keep receiving events as long as the
411condition persists. Remember you cna stop the watcher if you don't want to 414condition persists. Remember you cna stop the watcher if you don't want to
412act on the event and neither want to receive future events). 415act on the event and neither want to receive future events).
413 416
417In general you can register as many read and/or write event watchers oer
418fd as you want (as long as you don't confuse yourself). Setting all file
419descriptors to non-blocking mode is also usually a good idea (but not
420required if you know what you are doing).
421
422You have to be careful with dup'ed file descriptors, though. Some backends
423(the linux epoll backend is a notable example) cannot handle dup'ed file
424descriptors correctly if you register interest in two or more fds pointing
425to the same file/socket etc. description.
426
427If you must do this, then force the use of a known-to-be-good backend
428(at the time of this writing, this includes only EVMETHOD_SELECT and
429EVMETHOD_POLL).
430
414=over 4 431=over 4
415 432
416=item ev_io_init (ev_io *, callback, int fd, int events) 433=item ev_io_init (ev_io *, callback, int fd, int events)
417 434
418=item ev_io_set (ev_io *, int fd, int events) 435=item ev_io_set (ev_io *, int fd, int events)
419 436
420Configures an ev_io watcher. The fd is the file descriptor to rceeive 437Configures an C<ev_io> watcher. The fd is the file descriptor to rceeive
421events for and events is either C<EV_READ>, C<EV_WRITE> or C<EV_READ | 438events for and events is either C<EV_READ>, C<EV_WRITE> or C<EV_READ |
422EV_WRITE> to receive the given events. 439EV_WRITE> to receive the given events.
423 440
424=back 441=back
425 442
426=head2 struct ev_timer - relative and optionally recurring timeouts 443=head2 C<ev_timer> - relative and optionally recurring timeouts
427 444
428Timer watchers are simple relative timers that generate an event after a 445Timer watchers are simple relative timers that generate an event after a
429given time, and optionally repeating in regular intervals after that. 446given time, and optionally repeating in regular intervals after that.
430 447
431The timers are based on real time, that is, if you register an event that 448The timers are based on real time, that is, if you register an event that
432times out after an hour and youreset your system clock to last years 449times out after an hour and youreset your system clock to last years
433time, it will still time out after (roughly) and hour. "Roughly" because 450time, it will still time out after (roughly) and hour. "Roughly" because
434detecting time jumps is hard, and soem inaccuracies are unavoidable (the 451detecting time jumps is hard, and soem inaccuracies are unavoidable (the
435monotonic clock option helps a lot here). 452monotonic clock option helps a lot here).
436 453
454The relative timeouts are calculated relative to the C<ev_now ()>
455time. This is usually the right thing as this timestamp refers to the time
456of the event triggering whatever timeout you are modifying/starting. If
457you suspect event processing to be delayed and you *need* to base the timeout
458ion the current time, use something like this to adjust for this:
459
460 ev_timer_set (&timer, after + ev_now () - ev_time (), 0.);
461
437=over 4 462=over 4
438 463
439=item ev_timer_init (ev_timer *, callback, ev_tstamp after, ev_tstamp repeat) 464=item ev_timer_init (ev_timer *, callback, ev_tstamp after, ev_tstamp repeat)
440 465
441=item ev_timer_set (ev_timer *, ev_tstamp after, ev_tstamp repeat) 466=item ev_timer_set (ev_timer *, ev_tstamp after, ev_tstamp repeat)
463 488
464This sounds a bit complicated, but here is a useful and typical 489This sounds a bit complicated, but here is a useful and typical
465example: Imagine you have a tcp connection and you want a so-called idle 490example: Imagine you have a tcp connection and you want a so-called idle
466timeout, that is, you want to be called when there have been, say, 60 491timeout, that is, you want to be called when there have been, say, 60
467seconds of inactivity on the socket. The easiest way to do this is to 492seconds of inactivity on the socket. The easiest way to do this is to
468configure an ev_timer with after=repeat=60 and calling ev_timer_again each 493configure an C<ev_timer> with after=repeat=60 and calling ev_timer_again each
469time you successfully read or write some data. If you go into an idle 494time you successfully read or write some data. If you go into an idle
470state where you do not expect data to travel on the socket, you can stop 495state where you do not expect data to travel on the socket, you can stop
471the timer, and again will automatically restart it if need be. 496the timer, and again will automatically restart it if need be.
472 497
473=back 498=back
474 499
475=head2 ev_periodic - to cron or not to cron it 500=head2 C<ev_periodic> - to cron or not to cron it
476 501
477Periodic watchers are also timers of a kind, but they are very versatile 502Periodic watchers are also timers of a kind, but they are very versatile
478(and unfortunately a bit complex). 503(and unfortunately a bit complex).
479 504
480Unlike ev_timer's, they are not based on real time (or relative time) 505Unlike C<ev_timer>'s, they are not based on real time (or relative time)
481but on wallclock time (absolute time). You can tell a periodic watcher 506but on wallclock time (absolute time). You can tell a periodic watcher
482to trigger "at" some specific point in time. For example, if you tell a 507to trigger "at" some specific point in time. For example, if you tell a
483periodic watcher to trigger in 10 seconds (by specifiying e.g. c<ev_now () 508periodic watcher to trigger in 10 seconds (by specifiying e.g. c<ev_now ()
484+ 10.>) and then reset your system clock to the last year, then it will 509+ 10.>) and then reset your system clock to the last year, then it will
485take a year to trigger the event (unlike an ev_timer, which would trigger 510take a year to trigger the event (unlike an C<ev_timer>, which would trigger
486roughly 10 seconds later and of course not if you reset your system time 511roughly 10 seconds later and of course not if you reset your system time
487again). 512again).
488 513
489They can also be used to implement vastly more complex timers, such as 514They can also be used to implement vastly more complex timers, such as
490triggering an event on eahc midnight, local time. 515triggering an event on eahc midnight, local time.
519 544
520 ev_periodic_set (&periodic, 0., 3600., 0); 545 ev_periodic_set (&periodic, 0., 3600., 0);
521 546
522This doesn't mean there will always be 3600 seconds in between triggers, 547This doesn't mean there will always be 3600 seconds in between triggers,
523but only that the the callback will be called when the system time shows a 548but only that the the callback will be called when the system time shows a
524full hour (UTC), or more correct, when the system time is evenly divisible 549full hour (UTC), or more correctly, when the system time is evenly divisible
525by 3600. 550by 3600.
526 551
527Another way to think about it (for the mathematically inclined) is that 552Another way to think about it (for the mathematically inclined) is that
528ev_periodic will try to run the callback in this mode at the next possible 553C<ev_periodic> will try to run the callback in this mode at the next possible
529time where C<time = at (mod interval)>, regardless of any time jumps. 554time where C<time = at (mod interval)>, regardless of any time jumps.
530 555
531=item * manual reschedule mode (reschedule_cb = callback) 556=item * manual reschedule mode (reschedule_cb = callback)
532 557
533In this mode the values for C<interval> and C<at> are both being 558In this mode the values for C<interval> and C<at> are both being
534ignored. Instead, each time the periodic watcher gets scheduled, the 559ignored. Instead, each time the periodic watcher gets scheduled, the
535reschedule callback will be called with the watcher as first, and the 560reschedule callback will be called with the watcher as first, and the
536current time as second argument. 561current time as second argument.
537 562
538NOTE: I<This callback MUST NOT stop or destroy the periodic or any other 563NOTE: I<This callback MUST NOT stop or destroy the periodic or any other
539periodic watcher, ever, or make any event loop modificstions>. If you need 564periodic watcher, ever, or make any event loop modifications>. If you need
540to stop it, return 1e30 (or so, fudge fudge) and stop it afterwards. 565to stop it, return C<now + 1e30> (or so, fudge fudge) and stop it afterwards.
566
567Also, I<<this callback must always return a time that is later than the
568passed C<now> value >>. Not even C<now> itself will be ok.
541 569
542Its prototype is c<ev_tstamp (*reschedule_cb)(struct ev_periodic *w, 570Its prototype is c<ev_tstamp (*reschedule_cb)(struct ev_periodic *w,
543ev_tstamp now)>, e.g.: 571ev_tstamp now)>, e.g.:
544 572
545 static ev_tstamp my_rescheduler (struct ev_periodic *w, ev_tstamp now) 573 static ev_tstamp my_rescheduler (struct ev_periodic *w, ev_tstamp now)
566a different time than the last time it was called (e.g. in a crond like 594a different time than the last time it was called (e.g. in a crond like
567program when the crontabs have changed). 595program when the crontabs have changed).
568 596
569=back 597=back
570 598
571=head2 ev_signal - signal me when a signal gets signalled 599=head2 C<ev_signal> - signal me when a signal gets signalled
572 600
573Signal watchers will trigger an event when the process receives a specific 601Signal watchers will trigger an event when the process receives a specific
574signal one or more times. Even though signals are very asynchronous, libev 602signal one or more times. Even though signals are very asynchronous, libev
575will try its best to deliver signals synchronously, i.e. as part of the 603will try it's best to deliver signals synchronously, i.e. as part of the
576normal event processing, like any other event. 604normal event processing, like any other event.
577 605
578You cna configure as many watchers as you like per signal. Only when the 606You cna configure as many watchers as you like per signal. Only when the
579first watcher gets started will libev actually register a signal watcher 607first watcher gets started will libev actually register a signal watcher
580with the kernel (thus it coexists with your own signal handlers as long 608with the kernel (thus it coexists with your own signal handlers as long
591Configures the watcher to trigger on the given signal number (usually one 619Configures the watcher to trigger on the given signal number (usually one
592of the C<SIGxxx> constants). 620of the C<SIGxxx> constants).
593 621
594=back 622=back
595 623
596=head2 ev_child - wait for pid status changes 624=head2 C<ev_child> - wait for pid status changes
597 625
598Child watchers trigger when your process receives a SIGCHLD in response to 626Child watchers trigger when your process receives a SIGCHLD in response to
599some child status changes (most typically when a child of yours dies). 627some child status changes (most typically when a child of yours dies).
600 628
601=over 4 629=over 4
610the status word (use the macros from C<sys/wait.h>). The C<rpid> member 638the status word (use the macros from C<sys/wait.h>). The C<rpid> member
611contains the pid of the process causing the status change. 639contains the pid of the process causing the status change.
612 640
613=back 641=back
614 642
615=head2 ev_idle - when you've got nothing better to do 643=head2 C<ev_idle> - when you've got nothing better to do
616 644
617Idle watchers trigger events when there are no other I/O or timer (or 645Idle watchers trigger events when there are no other I/O or timer (or
618periodic) events pending. That is, as long as your process is busy 646periodic) events pending. That is, as long as your process is busy
619handling sockets or timeouts it will not be called. But when your process 647handling sockets or timeouts it will not be called. But when your process
620is idle all idle watchers are being called again and again - until 648is idle all idle watchers are being called again and again - until
647Their main purpose is to integrate other event mechanisms into libev. This 675Their main purpose is to integrate other event mechanisms into libev. This
648could be used, for example, to track variable changes, implement your own 676could be used, for example, to track variable changes, implement your own
649watchers, integrate net-snmp or a coroutine library and lots more. 677watchers, integrate net-snmp or a coroutine library and lots more.
650 678
651This is done by examining in each prepare call which file descriptors need 679This is done by examining in each prepare call which file descriptors need
652to be watched by the other library, registering ev_io watchers for them 680to be watched by the other library, registering C<ev_io> watchers for them
653and starting an ev_timer watcher for any timeouts (many libraries provide 681and starting an C<ev_timer> watcher for any timeouts (many libraries provide
654just this functionality). Then, in the check watcher you check for any 682just this functionality). Then, in the check watcher you check for any
655events that occured (by making your callbacks set soem flags for example) 683events that occured (by making your callbacks set soem flags for example)
656and call back into the library. 684and call back into the library.
657 685
658As another example, the perl Coro module uses these hooks to integrate 686As another example, the perl Coro module uses these hooks to integrate
685watchers. This is useful if you want to wait for a single event on an fd 713watchers. This is useful if you want to wait for a single event on an fd
686or timeout without havign to allocate/configure/start/stop/free one or 714or timeout without havign to allocate/configure/start/stop/free one or
687more watchers yourself. 715more watchers yourself.
688 716
689If C<fd> is less than 0, then no I/O watcher will be started and events is 717If C<fd> is less than 0, then no I/O watcher will be started and events is
690ignored. Otherwise, an ev_io watcher for the given C<fd> and C<events> set 718ignored. Otherwise, an C<ev_io> watcher for the given C<fd> and C<events> set
691will be craeted and started. 719will be craeted and started.
692 720
693If C<timeout> is less than 0, then no timeout watcher will be 721If C<timeout> is less than 0, then no timeout watcher will be
694started. Otherwise an ev_timer watcher with after = C<timeout> (and repeat 722started. Otherwise an C<ev_timer> watcher with after = C<timeout> (and repeat
695= 0) will be started. 723= 0) will be started.
696 724
697The callback has the type C<void (*cb)(int revents, void *arg)> and 725The callback has the type C<void (*cb)(int revents, void *arg)> and
698gets passed an events set (normally a combination of EV_ERROR, EV_READ, 726gets passed an events set (normally a combination of C<EV_ERROR>, C<EV_READ>,
699EV_WRITE or EV_TIMEOUT) and the C<arg> value passed to C<ev_once>: 727C<EV_WRITE> or C<EV_TIMEOUT>) and the C<arg> value passed to C<ev_once>:
700 728
701 static void stdin_ready (int revents, void *arg) 729 static void stdin_ready (int revents, void *arg)
702 { 730 {
703 if (revents & EV_TIMEOUT) 731 if (revents & EV_TIMEOUT)
704 /* doh, nothing entered */ 732 /* doh, nothing entered */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines