From 924ae10c0376cdb4b581d30f7b8a258b6b9e4853 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Nov 2007 20:26:50 +0000 Subject: *** empty log message *** --- ev.pod | 87 ++++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 47 insertions(+), 40 deletions(-) (limited to 'ev.pod') diff --git a/ev.pod b/ev.pod index 43db80f..1b797df 100644 --- a/ev.pod +++ b/ev.pod @@ -4,10 +4,12 @@ libev - a high performance full-featured event loop written in C =head1 SYNOPSIS - /* this is the only header you need */ #include - /* what follows is a fully working example program */ +=head1 EXAMPLE PROGRAM + + #include + ev_io stdin_watcher; ev_timer timeout_watcher; @@ -63,23 +65,28 @@ watcher. =head1 FEATURES -Libev supports select, poll, the linux-specific epoll and the bsd-specific -kqueue mechanisms for file descriptor events, relative timers, absolute -timers with customised rescheduling, signal events, process status change -events (related to SIGCHLD), and event watchers dealing with the event -loop mechanism itself (idle, prepare and check watchers). It also is quite -fast (see this L comparing -it to libevent for example). +Libev supports C