Help for this page

Select Code to Download


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