static void callMainInNewThread(fO c, fS... args) { thread { callMainAsChild(c, args); } }