Help for this page
my $fetch; $fetch = sub { ... # Process two requests at a time $fetch->() for 1 .. 2; $delay->wait;
$fetch->(); $delay->wait;