--- AnyEvent/README 2007/11/06 16:42:05 1.11 +++ AnyEvent/README 2007/11/23 10:42:00 1.13 @@ -67,7 +67,7 @@ "fh" the Perl *filehandle* (not filedescriptor) to watch for events. "poll" must be a string that is either "r" or "w", that creates a - watcher waiting for "r"eadable or "w"ritable events. "cb" teh callback + watcher waiting for "r"eadable or "w"ritable events. "cb" the callback to invoke everytime the filehandle becomes ready. Only one io watcher per "fh" and "poll" combination is allowed (i.e. on @@ -105,7 +105,7 @@ }); # to cancel the timer: - undef $w + undef $w; CONDITION WATCHERS Condition watchers can be created by calling the "AnyEvent->condvar" @@ -181,7 +181,8 @@ The known classes so far are: - EV::AnyEvent based on EV (an interface to libev, best choice) + AnyEvent::Impl::CoroEV based on Coro::EV, best choice. + AnyEvent::Impl::EV based on EV (an interface to libev, also best choice). AnyEvent::Impl::Coro based on Coro::Event, second best choice. AnyEvent::Impl::Event based on Event, also second best choice :) AnyEvent::Impl::Glib based on Glib, second-best choice.