summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2009-04-16 07:56:05 +0000
committerroot <root>2009-04-16 07:56:05 +0000
commit03b1fee79a2a928d16ec78f466d5230bf20cbcda (patch)
tree91e4c283ede4848db08972bbda6f6cbbc5082714 /ev.pod
parent75eeb139226f58877511c7ab6611e484cd823ac1 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod14
1 files changed, 13 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index 21abaaa..1086b7c 100644
--- a/ev.pod
+++ b/ev.pod
@@ -64,12 +64,24 @@ libev - a high performance full-featured event loop written in C
return 0;
}
-=head1 DESCRIPTION
+=head1 ABOUT THIS DOCUMENT
+
+This document documents the libev software package.
The newest version of this document is also available as an html-formatted
web page you might find easier to navigate when reading it for the first
time: L<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>.
+While this document tries to be as complete as possible in documenting
+libev, its usage and the rationale behind its design, it is not a tutorial
+on event-based programming, nor will it introduce event-based programming
+with libev.
+
+Familarity with event based programming techniques in general is assumed
+throughout this document.
+
+=head1 ABOUT LIBEV
+
Libev is an event loop: you register interest in certain events (such as a
file descriptor being readable or a timeout occurring), and it will manage
these event sources and provide your program with events.