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

Comparing Coro/Changes (file contents):
Revision 1.2 by root, Tue Jul 10 01:43:21 2001 UTC vs.
Revision 1.4 by root, Sat Jul 14 22:14:21 2001 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2
30.04
4 - Coro::State is now easier subclassable.
5 - Coro::Cont now coroutine-aware.
6 - Coro::Specific is a low-overhead module to create
7 coroutine-specific vars.
8
90.03 Fri Jul 13 14:51:52 CEST 2001
10 - transfer() now implemented in XS (beware).
11 - new module Coro::Cont for really faked continuations.
12 - big internal architecture changes: Coro::State is now
13 really low-level and can thus be used to implement other
14 interesting things, While "Coro::" implements a process-like
15 model. Still crude and subject to change.
16 - $_ and $@ are no longer being localized.
2 17
30.02 Tue Jul 10 01:38:17 CEST 2001 180.02 Tue Jul 10 01:38:17 CEST 2001
4 - implemented "async" attribute. 19 - implemented "async" attribute.
5 - $_ and $@ are now localized. 20 - $_ and $@ are now localized.
6 - added Coro::Channel. 21 - added Coro::Channel.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines