static void callF_thread(fO f, fO... args) { if (f != null) thread { callF(f, args); } }