--- Coro/Changes 2009/05/29 07:01:18 1.490 +++ Coro/Changes 2009/06/20 08:58:00 1.496 @@ -6,10 +6,23 @@ but very lacking in others (higher level ipc)). TODO: unready_all 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. + - 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. + - speed up ready queue management/context switching by using a linked + 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. 5.132 Fri May 29 09:00:39 CEST 2009 - do not keep a reference to the argument itself in - Coro::Senmaphore::guard, as it could change later. + Coro::Semaphore::guard, as it could change later. - support SO_RCVBUF/SO_SNDBUF nonstandard Coro::Socket options, should support a prepare callback.