svoid doWithSleep(double seconds, Runnable r) { long time = sysNow(); callF(r); sleepUntilSys(time+toMS(seconds)); }