--- Coro/Changes 2009/02/07 22:24:51 1.486 +++ Coro/Changes 2009/04/06 03:34:21 1.489 @@ -4,8 +4,15 @@ TODO: maybe implement a default message channel, very much like Erlang's actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +TODO: unready_all -TODO: suspend/resume, unready_all etc. +TODO: myhttpd header parsing + - do not keep a reference to the argument itself in + Coro::Senmaphore::guard, as it could change later. + - support SO_RCVBUF/SO_SNDBUF nonstandard Coro::Socket options, + should support a prepare callback. + +5.131 Mon Mar 16 23:20:37 CET 2009 - implement and document Coro->suspend, Coro->resume. - fix Coro::Select implementation to not (often) close the passed file descriptors (testcase provided by pippijn).