Help for this page

Select Code to Download


  1. or download this
    printf "%d => %d\n", $_->tid, $_->join for @threads;
    
  2. or download this
    push @threads, async { sleep 3*$i+5; $i };