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

Comparing Coro/Changes (file contents):
Revision 1.169 by root, Sat Dec 2 18:01:30 2006 UTC vs.
Revision 1.170 by root, Sat Dec 2 18:03:55 2006 UTC

11 - eval/die no longer cause weird problems under heavy use. 11 - eval/die no longer cause weird problems under heavy use.
12 - Coro::Event could cause livelocks if it was used but 12 - Coro::Event could cause livelocks if it was used but
13 no Coro::Event watchers were used. 13 no Coro::Event watchers were used.
14 - Coro::Event now uses asynccheck as prepare does not 14 - Coro::Event now uses asynccheck as prepare does not
15 check for changed watchers. 15 check for changed watchers.
16 - Coro::Event allows multiple waiting coros and will wake up one
17 per event.
16 - Coro::Event should be cleaner and more efficient now. 18 - Coro::Event should be cleaner and more efficient now.
17 - new utility function Coro::unblock_sub. 19 - new utility function Coro::unblock_sub.
18 - document the sad fact that Event is no longer reentrant. 20 - document the sad fact that Event is no longer reentrant.
19 - putting a coroutine into the ready queue twice could under 21 - putting a coroutine into the ready queue twice could under
20 some circumstances lead to stack corruption. 22 some circumstances lead to stack corruption.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines