Help for this page

Select Code to Download


  1. or download this
    threads->create( \&someFunc, $arg1, $arg2 )->join()
    
  2. or download this
    someFunc( $arg1, $arg2 );