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.6 by root, Sun Jul 15 02:36:54 2001 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines