sinterface ISleeper extends AutoCloseable { void doLater(long targetSysTime, Runnable r); // call only once }