--- AnyEvent/lib/AnyEvent.pm 2012/11/15 01:25:05 1.407 +++ AnyEvent/lib/AnyEvent.pm 2012/12/06 12:04:23 1.408 @@ -765,6 +765,10 @@ $cv->end; + ... + + my $results = $cv->recv; + This code fragment supposedly pings a number of hosts and calls C after results for all then have have been gathered - in any order. To achieve this, the code issues a call to C when it starts