diff options
author | root <root> | 2010-10-25 10:30:23 +0000 |
---|---|---|
committer | root <root> | 2010-10-25 10:30:23 +0000 |
commit | 71b238397d4b4c077c0bd656c9a5ecb583cc9bc2 (patch) | |
tree | 2775ec27f5df58ef79950c96aabbae96df29c61a | |
parent | 55090f7eebb26a4528319492151224c956c2c163 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -80,6 +80,14 @@ with libev. Familiarity with event based programming techniques in general is assumed throughout this document. +=head1 WHAT TO READ WHEN IN A HURRY + +This manual tries to be very detailed, but unfortunately, this also makes +it very long. If you just want to know the basics of libev, I suggest +reading L<ANATOMY OF A WATCHER>, then the L<EXAMPLE PROGRAM> above and +look up the missing functions in L<GLOBAL FUNCTIONS> and the C<ev_io> and +C<ev_timer> sections in L<WATCHER TYPES>. + =head1 ABOUT LIBEV Libev is an event loop: you register interest in certain events (such as a |