Help for this page
async(\&process); async { process(); }; thread->create(\&process);
async { process($arg); }; thread->create(\&process, $arg); # Safe??