--- Coro/Coro.pm 2001/07/17 00:24:14 1.13 +++ Coro/Coro.pm 2001/07/17 02:21:56 1.14 @@ -20,6 +20,11 @@ =head1 DESCRIPTION +This module collection manages coroutines. Coroutines are similar to +Threads but don't run in parallel. + +This module is still experimental, see the BUGS section below. + =cut package Coro; @@ -218,6 +223,14 @@ 1; +=head1 BUGS + + - could be faster, especially when the core would introduce special + support for coroutines (like it does for threads). + - there is still a memleak on coroutine termination that I could not + identify. Could be as small as a single SV. + - this module is not well-tested. + =head1 SEE ALSO L, L, L, L,