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

Comparing Coro/Changes (file contents):
Revision 1.167 by root, Fri Dec 1 19:41:06 2006 UTC vs.
Revision 1.168 by root, Fri Dec 1 19:58:52 2006 UTC

24 - removed timers from Coro::Timer -> use AnyEvent instead. 24 - removed timers from Coro::Timer -> use AnyEvent instead.
25 - replaced Coro::idle coroutine by (cleaner) idle handler. 25 - replaced Coro::idle coroutine by (cleaner) idle handler.
26 - updated to newest libcoro. 26 - updated to newest libcoro.
27 - implement enhanced support for valgrind. 27 - implement enhanced support for valgrind.
28 - implement is_ready and return value for ready. 28 - implement is_ready and return value for ready.
29 - removed Coro::Cont, it was a misnomer (it's generators),
30 and it was somewhat annoying to get it right. Will come back
31 if somebody asks for it :)
29 - many ->wait methods and Coro::Event could return 32 - many ->wait methods and Coro::Event could return
30 spuriously without the event having happened. 33 spuriously without the event having happened.
31 34
322.5 Tue Nov 7 12:22:33 CET 2006 352.5 Tue Nov 7 12:22:33 CET 2006
33 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket 36 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines