ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
(Generate patch)

Comparing Coro/Changes (file contents):
Revision 1.306 by root, Thu Dec 20 07:29:14 2007 UTC vs.
Revision 1.315 by root, Sun Jan 13 09:54:27 2008 UTC

3TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO. 3TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO.
4TODO: maybe implement a default message channel, very much like Erlang 4TODO: maybe implement a default message channel, very much like Erlang
5 (which is cool in a lot of important aspects (failures!), 5 (which is cool in a lot of important aspects (failures!),
6 but very lacking in others (higher level ipc)). 6 but very lacking in others (higher level ipc)).
7 7
84.34 84.36 Sun Jan 13 10:53:56 CET 2008
9 - reset diehook when terminating from an async_pool as to not
10 trigger any __DIE__ handlers.
11
124.35 Sun Jan 13 04:14:13 CET 2008
13 - "bt" debug command now displays any exceptions
14 from longmess and also skips the innermost
15 stackframes, giving more useufl output.
16 - allow backtraces in coroutines blocked in Coro::EV,
17 at a <1% speed hit.
18 - handle localising of $SIG{__WARN__} and __DIE__
19 properly (with a proper amount of dirty hacking).
20
214.34 Sat Dec 22 17:49:53 CET 2007
9 - upgrade to EV version 2.0 API. 22 - upgrade to EV version 2.0 API.
10 23
114.33 Mon Dec 17 08:36:12 CET 2007 244.33 Mon Dec 17 08:36:12 CET 2007
12 - make Coro::AIO etc. loadable in the absence of EV. 25 - make Coro::AIO etc. loadable in the absence of EV.
13 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines