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

Comparing Coro/Coro.pm (file contents):
Revision 1.52 by root, Tue May 27 00:26:34 2003 UTC vs.
Revision 1.53 by root, Tue May 27 01:15:26 2003 UTC

36 36
37use Coro::State; 37use Coro::State;
38 38
39use base Exporter; 39use base Exporter;
40 40
41$VERSION = 0.652; 41$VERSION = 0.7;
42 42
43@EXPORT = qw(async cede schedule terminate current); 43@EXPORT = qw(async cede schedule terminate current);
44%EXPORT_TAGS = ( 44%EXPORT_TAGS = (
45 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)], 45 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)],
46); 46);
3261; 3261;
327 327
328=head1 BUGS/LIMITATIONS 328=head1 BUGS/LIMITATIONS
329 329
330 - you must make very sure that no coro is still active on global 330 - you must make very sure that no coro is still active on global
331 destruction. very bad things might happen otherwise (usually segfaults 331 destruction. very bad things might happen otherwise (usually segfaults).
332 or "panic: top_env").
333 332
334 - this module is not thread-safe. You should only ever use this module 333 - this module is not thread-safe. You should only ever use this module
335 from the same thread (this requirement might be losened in the future 334 from the same thread (this requirement might be losened in the future
336 to allow per-thread schedulers, but Coro::State does not yet allow 335 to allow per-thread schedulers, but Coro::State does not yet allow
337 this). 336 this).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines