Interface Completable
public interface Completable
Forks the execution of task and the task completion.
The method
complete()
waits for the task to complete or fails.- Since:
- 3.0.0-M5
- Author:
- Tibor Digana (tibor17)
-
Field Summary
-
Method Summary
-
Field Details
-
EMPTY_COMPLETABLE
-
-
Method Details
-
complete
- Throws:
IOException
InterruptedException
-