static DynamicCallable dynamicCallableMC_thread(fS methodName) { ret new DynamicCallable { public O get(O[] args) { thread { callMC(methodName, args); } } }; }