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

Comparing Coro/Coro.pm (file contents):
Revision 1.65 by root, Tue Feb 22 19:51:58 2005 UTC vs.
Revision 1.66 by root, Thu Mar 3 17:20:31 2005 UTC

38 38
39use vars qw($idle $main $current); 39use vars qw($idle $main $current);
40 40
41use base Exporter; 41use base Exporter;
42 42
43$VERSION = 1.1; 43$VERSION = 1.11;
44 44
45@EXPORT = qw(async cede schedule terminate current); 45@EXPORT = qw(async cede schedule terminate current);
46%EXPORT_TAGS = ( 46%EXPORT_TAGS = (
47 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)], 47 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)],
48); 48);
343L<Coro::Signal>, L<Coro::State>, L<Coro::Timer>, L<Coro::Event>, 343L<Coro::Signal>, L<Coro::State>, L<Coro::Timer>, L<Coro::Event>,
344L<Coro::Handle>, L<Coro::RWLock>, L<Coro::Socket>. 344L<Coro::Handle>, L<Coro::RWLock>, L<Coro::Socket>.
345 345
346=head1 AUTHOR 346=head1 AUTHOR
347 347
348 Marc Lehmann <pcg@goof.com> 348 Marc Lehmann <schmorp@schmorp.de>
349 http://home.schmorp.de/ 349 http://home.schmorp.de/
350 350
351=cut 351=cut
352 352

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines