--- cvsroot/EV/EV.pm 2008/02/01 13:08:54 1.84 +++ cvsroot/EV/EV.pm 2008/04/15 04:41:57 1.87 @@ -70,7 +70,7 @@ use strict; BEGIN { - our $VERSION = '3.1'; + our $VERSION = '3.2'; use XSLoader; XSLoader::load "EV", $VERSION; } @@ -536,7 +536,7 @@ at January 1st 2011 then it will run when the system time reaches or surpasses this time. -=item * non-repeating interval timer ($interval > 0, $reschedule_cb = 0) +=item * repeating interval timer ($interval > 0, $reschedule_cb = 0) In this mode the watcher will always be scheduled to time out at the next C<$at + N * $interval> time (for some integer N) and then repeat, @@ -981,6 +981,18 @@ Please see the libev documentation for further details. +=over 4 + +=item $w = EV::async $callback + +=item $w = EV::async_ns $callback + +=item $w->send + +=item $bool = $w->async_pending + +=back + =head1 PERL SIGNALS