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

Comparing Coro/Coro.pm (file contents):
Revision 1.236 by root, Sat Nov 22 02:09:54 2008 UTC vs.
Revision 1.237 by root, Sat Nov 22 16:37:11 2008 UTC

26 $locked = 1; 26 $locked = 1;
27 $lock->up; 27 $lock->up;
28 28
29=head1 DESCRIPTION 29=head1 DESCRIPTION
30 30
31For a tutorial-style introduction, please read the L<Coro::Intro>
32manpage. This manpage mainly contains reference information.
33
31This module collection manages coroutines, that is, cooperative 34This module collection manages coroutines, that is, cooperative
32threads. Coroutines are similar to kernel threads but don't (in general) 35threads. Coroutines are similar to kernel threads but don't (in general)
33run in parallel at the same time even on SMP machines. The specific flavor 36run in parallel at the same time even on SMP machines. The specific flavor
34of coroutine used in this module also guarantees you that it will not 37of coroutine used in this module also guarantees you that it will not
35switch between coroutines unless necessary, at easily-identified points 38switch between coroutines unless necessary, at easily-identified points

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines