functiontest() wait(3);log('async function completed!');endreturnfunction()for i=0,3,1doasync('test');endlog('hello world');wait(3.1); --Wait just long enough for all coroutines to finish--it will print async function completed before finished!log('finished!')end