summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2007-11-28 11:27:29 +0000
committerroot <root>2007-11-28 11:27:29 +0000
commit01a7af5110dcd6e711dd27c0fa7fa68c23380186 (patch)
treefe30d27819a0a111df14dcd46a2b699c57d764f1 /ev.pod
parent71217f48ea498d7292ca3bf17b8bffe1ab97e642 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod13
1 files changed, 7 insertions, 6 deletions
diff --git a/ev.pod b/ev.pod
index 8b57eb4..fbb7ff3 100644
--- a/ev.pod
+++ b/ev.pod
@@ -65,12 +65,13 @@ watcher.
=head1 FEATURES
-Libev supports C<select>, C<poll>, the linux-specific C<epoll>, the
-bsd-specific C<kqueue> and the solaris-specific event port mechanisms
-for file descriptor events (C<ev_io>), relative timers (C<ev_timer>),
-absolute timers with customised rescheduling (C<ev_periodic>), synchronous
-signals (C<ev_signal>), process status change events (C<ev_child>), and
-event watchers dealing with the event loop mechanism itself (C<ev_idle>,
+Libev supports C<select>, C<poll>, the Linux-specific C<epoll>, the
+BSD-specific C<kqueue> and the Solaris-specific event port mechanisms
+for file descriptor events (C<ev_io>), the Linux C<inotify> interface
+(for C<ev_stat>), relative timers (C<ev_timer>), absolute timers
+with customised rescheduling (C<ev_periodic>), synchronous signals
+(C<ev_signal>), process status change events (C<ev_child>), and event
+watchers dealing with the event loop mechanism itself (C<ev_idle>,
C<ev_embed>, C<ev_prepare> and C<ev_check> watchers) as well as
file watchers (C<ev_stat>) and even limited support for fork events
(C<ev_fork>).