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