Interface | Description |
---|---|
Awaiter |
Simple interface that abstracts the implementation used to wait for some
time.
|
Class | Description |
---|---|
ThreadSleepAwaiter |
Implementation that uses
Thread.sleep(long) to wait for a delay. |
Copyright © 2021. All rights reserved.