--- Coro/Changes 2009/06/20 08:58:00 1.496 +++ Coro/Changes 2009/06/22 11:25:53 1.497 @@ -8,10 +8,11 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? -TODO: make Coro::EV/event optional in Coro::AnyEvent - - clarify Coro::EV/Event/AnyEvent manpages: you have to actually run - the event loop somewhere to be able to poll for events - in the presence of ready threads. + - provide explicit functions to "cede" to the event loop in Coro::AnyEvent, + as this seems to have been a difficult concept (poll, sleep, idle, + idle_upto). + - add Coro::AnyEvent::readable/writable functions. + - clarify Coro::EV/Event/AnyEvent manpages. - free per-thread global scalars in the thread calling ->cancel, to avoid crashes when $_, $@ etc., are magical but some of those had already been freed. @@ -19,6 +20,11 @@ list instead of an array (~5-10%). - implement "watch" command in Coro::Debug shells. - for fun, implement time-slicing as an example in the manpage. + - if AnyEvent detects EV or Event, but we don't have Coro::EV or + Coro::Event, use the normal AnyEvent handling instead of dieing + (the same is true for Coro::Handle). + - properly document Coro::EV::timed_io_once. + - avoid unneccessary ->cancel alls in Coro::Handle. 5.132 Fri May 29 09:00:39 CEST 2009 - do not keep a reference to the argument itself in