Help for this page
use AE qw( ); use AnyEvent::HTTP qw( http_get ); ... $q->shutdown(); $_->join() for @threads;
use AE qw( ); use AnyEvent::HTTP qw( http_get ); ... $cv->recv(); $cv = AE::cv(); }