Package com.yahoo.yolean.concurrent
Interface Sleeper
public interface Sleeper
An abstraction used for mocking
Thread.sleep(long) in unit tests.- Author:
- bjorncs
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidsleep(long millis) default voidvoidsleepChecked(long millis) default voidsleepChecked(Duration duration)
-
Field Details
-
DEFAULT
-
NOOP
-
-
Method Details
-
sleep
- Throws:
UncheckedInterruptedException
-
sleepChecked
- Throws:
InterruptedException
-
sleep
- Throws:
UncheckedInterruptedException
-
sleepChecked
- Throws:
InterruptedException
-