--- cvsroot/Coro/Coro.pm 2009/07/28 02:04:21 1.263 +++ cvsroot/Coro/Coro.pm 2009/08/13 02:35:41 1.264 @@ -209,14 +209,6 @@ print "@_\n"; } 1,2,3,4; -=cut - -sub async(&@) { - my $coro = new Coro @_; - $coro->ready; - $coro -} - =item async_pool { ... } [@args...] Similar to C, but uses a coro pool, so you should not call