java.lang.Object
dev.openfeature.sdk.Awaitable
A class to help with synchronization by allowing the optional awaiting of the associated action.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FINISHED
An already-completed Awaitable. Awaiting this will return immediately.
-
-
Constructor Details
-
Awaitable
public Awaitable()
-
-
Method Details
-
await
public void await() -
wakeup
public void wakeup()Wakes up all threads that have calledawait()and lets them proceed.
-