Package velox.api.layer1.layers.utils
Interface Awaitable
public interface Awaitable
-
Method Summary
-
Method Details
-
await
Blocks the current thread until the awaited condition is met.- Throws:
InterruptedException- if the current thread is interrupted while waiting
-
completed
-