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

Comparing cvsroot/Coro/Changes (file contents):
Revision 1.195 by root, Fri Jan 5 19:47:12 2007 UTC vs.
Revision 1.199 by root, Sun Jan 14 20:47:53 2007 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
3TODO: better (earlier) error messages on broken transfer's 3TODO: better (earlier) error messages on broken transfer's
4TODO: destroy gets only called on cancel: fix(?) 4TODO: destroy gets only called on cancel: fix(?)
5 5
63.3 6 - remove t/09_timer.t, as it isn't really testing much
7 but was rather flaky in practise.
8 - async_pool coro would keep arguments and callback alive until
9 it was reused.
10 - cancellation of a coroutine could cause spurious idle calls
11 in cede_notself.
12
133.3 Sat Jan 6 03:45:00 CET 2007
7 - implement $coro->on_destroy. 14 - implement $coro->on_destroy.
8 - Coro::Event blocking semantics have been changed, 15 - Coro::Event blocking semantics have been changed,
9 documented and - hopefully - improved. 16 documented and - hopefully - improved.
10 - fix nice adding, not subtracting, from priority. 17 - fix nice adding, not subtracting, from priority.
11 - fix ->prio and api_is_ready (patch by Mark Hinds). 18 - fix ->prio and api_is_ready (patch by Mark Hinds).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines