Executes function in new thread
async({ writeln("I'm in a thread"); }); async({ writeln("I'm in a joined thread"); }).await();
See Implementation
Executes function in new thread