--- AnyEvent/Changes 2008/05/10 00:22:49 1.66 +++ AnyEvent/Changes 2008/05/10 00:57:31 1.67 @@ -2,7 +2,9 @@ TODO: implement condvars... - take advantage of CLOCK_MONOTONIC, if available, in AnyEvent::Impl::Perl. - - provide @AnyEvent::detect. + - provide AnyEvent::on_detect and @AnyEvent::on_detect, which + allows module authors to avoid forcing event loop detection. + (used by Coro::AIO, Coro::BDB, Coro::AnyEvent for example). - remove coro backends: Coro now provides generic support for AnyEvent via Coro::AnyEvent.