static Class runInSemiNewThread(S progID) { Class c = hotwire(progID); callMainInNewThread(c); ret c; }