--- Coro/Changes 2008/12/15 20:52:04 1.484 +++ Coro/Changes 2009/03/16 22:22:12 1.487 @@ -4,6 +4,12 @@ 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 + +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). 5.13 Mon Dec 15 21:51:42 CET 2008 - EXPERIMENTAL: implement dynamic winds (on_enter/on_leave).