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

Comparing Coro/Coro.pm (file contents):
Revision 1.61 by pcg, Fri May 14 13:25:08 2004 UTC vs.
Revision 1.67 by root, Sat Aug 20 00:49:42 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 = 0.97; 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);
337 to allow per-thread schedulers, but Coro::State does not yet allow 337 to allow per-thread schedulers, but Coro::State does not yet allow
338 this). 338 this).
339 339
340=head1 SEE ALSO 340=head1 SEE ALSO
341 341
342L<Coro::Channel>, L<Coro::Cont>, L<Coro::Specific>, L<Coro::Semaphore>, 342Support/Utility: L<Coro::Cont>, L<Coro::Specific>, L<Coro::State>, L<Coro::Util>.
343L<Coro::Signal>, L<Coro::State>, L<Coro::Timer>, L<Coro::Event>, 343
344L<Coro::L<Coro::RWLock>, Handle>, L<Coro::Socket>. 344Locking/IPC: L<Coro::Signal>, L<Coro::Channel>, L<Coro::Semaphore>, L<Coro::SemaphoreSet>, L<Coro::RWLock>.
345
346Event/IO: L<Coro::Timer>, L<Coro::Event>, L<Coro::Handle>, L<Coro::Socket>, L<Coro::Select>.
347
348Embedding: L<Coro:MakeMaker>
345 349
346=head1 AUTHOR 350=head1 AUTHOR
347 351
348 Marc Lehmann <pcg@goof.com> 352 Marc Lehmann <schmorp@schmorp.de>
349 http://www.goof.com/pcg/marc/ 353 http://home.schmorp.de/
350 354
351=cut 355=cut
352 356

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines