!7 p-exp { time { L out = pcallFParallel( func -> S { sleepSeconds(5); ret "hello"; }, func -> S { sleepSeconds(5); ret "world"; }, func -> S { print("failing"); throw fail("bla"); }); printStruct(out); } }