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

Comparing Coro/Coro.pm (file contents):
Revision 1.234 by root, Fri Nov 21 06:52:10 2008 UTC vs.
Revision 1.236 by root, Sat Nov 22 02:09:54 2008 UTC

1=head1 NAME 1=head1 NAME
2 2
3Coro - the real perl threads 3Coro - real threads in perl
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 use Coro; 7 use Coro;
8 8
756 756
757Debugging: L<Coro::Debug>. 757Debugging: L<Coro::Debug>.
758 758
759Support/Utility: L<Coro::Specific>, L<Coro::Util>. 759Support/Utility: L<Coro::Specific>, L<Coro::Util>.
760 760
761Locking/IPC: L<Coro::Signal>, L<Coro::Channel>, L<Coro::Semaphore>, L<Coro::SemaphoreSet>, L<Coro::RWLock>. 761Locking/IPC: L<Coro::Signal>, L<Coro::Channel>, L<Coro::Semaphore>,
762L<Coro::SemaphoreSet>, L<Coro::RWLock>.
762 763
763IO/Timers: L<Coro::Timer>, L<Coro::Handle>, L<Coro::Socket>, L<Coro::AIO>. 764IO/Timers: L<Coro::Timer>, L<Coro::Handle>, L<Coro::Socket>, L<Coro::AIO>.
764 765
765Compatibility: L<Coro::LWP>, L<Coro::BDB>, L<Coro::Storable>, L<Coro::Select>. 766Compatibility: L<Coro::LWP> (but see also L<AnyEvent::HTTP> for
767a better-working alternative), L<Coro::BDB>, L<Coro::Storable>,
768L<Coro::Select>.
766 769
767XS API: L<Coro::MakeMaker>. 770XS API: L<Coro::MakeMaker>.
768 771
769Low level Configuration, Coroutine Environment: L<Coro::State>. 772Low level Configuration, Coroutine Environment: L<Coro::State>.
770 773

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines