--- cvsroot/Coro/Changes 2009/06/29 04:30:25 1.503 +++ cvsroot/Coro/Changes 2009/06/29 06:14:23 1.504 @@ -8,7 +8,6 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? -TODO: times per-coroutine - deprecate Coro::Socket, document how to get ipv6 support via AnyEvent::Socket instead. - implement signal->wait ($cb) interface, similar to semaphores. @@ -17,6 +16,8 @@ - load Coro::AnyEvent in all modules using AnyEvent. - work around perl corrupting our internal data structures, reported by Tokuhiro Matsuno. + - enable per-coroutine real and cpu time gathering + (Coro::State::enable_times). 5.14 Wed Jun 24 01:37:48 CEST 2009 - provide explicit functions to "cede" to the event loop in Coro::AnyEvent,