| 1 |
root |
1.1 |
Revision history for Perl extension Coro. |
| 2 |
|
|
|
| 3 |
root |
1.4 |
0.04 |
| 4 |
root |
1.5 |
- @_ is now properly localized. |
| 5 |
root |
1.4 |
- 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 |
|
|
|
| 10 |
root |
1.3 |
0.03 Fri Jul 13 14:51:52 CEST 2001 |
| 11 |
root |
1.4 |
- transfer() now implemented in XS (beware). |
| 12 |
|
|
- new module Coro::Cont for really faked continuations. |
| 13 |
|
|
- big internal architecture changes: Coro::State is now |
| 14 |
root |
1.3 |
really low-level and can thus be used to implement other |
| 15 |
root |
1.4 |
interesting things, While "Coro::" implements a process-like |
| 16 |
|
|
model. Still crude and subject to change. |
| 17 |
root |
1.3 |
- $_ and $@ are no longer being localized. |
| 18 |
|
|
|
| 19 |
root |
1.2 |
0.02 Tue Jul 10 01:38:17 CEST 2001 |
| 20 |
|
|
- implemented "async" attribute. |
| 21 |
|
|
- $_ and $@ are now localized. |
| 22 |
|
|
- added Coro::Channel. |
| 23 |
|
|
- more testcases, still no docs. |
| 24 |
|
|
|
| 25 |
root |
1.1 |
0.01 Tue Jul 3 02:18:41 CEST 2001 |
| 26 |
|
|
- original version; copied from Convert::Scalar. |
| 27 |
|
|
|