threads->create( \&someFunc, $arg1, $arg2 )->join() #### someFunc( $arg1, $arg2 );