Searched refs:sleeper (Results 1 – 1 of 1) sorted by relevance
284 final Runnable sleeper = new CheckedInterruptedRunnable() { in testTimedCallable() local293 Future future = executor.submit(sleeper); in testTimedCallable()