static ISleeper defaultSleeper() { ret new ISleeper { public void doLater(long targetSysTime, Runnable r) { main doLater(targetSysTime, r); } }; }