Help for this page
my $a = async { ... ... ... }; $_->join for $a, $b;
async { ... ... async { ... }->detach;