--- cvsroot/Coro/Coro.pm 2008/11/22 02:09:54 1.236 +++ cvsroot/Coro/Coro.pm 2008/11/22 16:37:11 1.237 @@ -28,6 +28,9 @@ =head1 DESCRIPTION +For a tutorial-style introduction, please read the L +manpage. This manpage mainly contains reference information. + This module collection manages coroutines, that is, cooperative threads. Coroutines are similar to kernel threads but don't (in general) run in parallel at the same time even on SMP machines. The specific flavor