--- Coro/Changes 2004/03/13 06:45:04 1.90 +++ Coro/Changes 2004/04/01 02:29:05 1.91 @@ -1,5 +1,11 @@ Revision history for Perl extension Coro. + - made Coro to work _better_ with threads (it seems that, as long + as you use Coros in one thread only everything will work fine. + Looking at the perl source the problem might be missing locking + between Coro and some perl internal routines. That's not easily + fixable). + 0.95 Sun Feb 15 03:20:28 CET 2004 - removed Coro::State::flush, implemented a new and much faster caching mechanism by attaching magic to the CV.