Completable Future Compat
A backport of Java CompletableFuture which works with old Androids.
Constructors
CompletableFutureCompat
Link copied to clipboard
fun CompletableFutureCompat()
Content copied to clipboard
Functions
cancel
Link copied to clipboard
If not already completed, completes this CompletableFuture with a CancellationException.
complete Exceptionally
Link copied to clipboard
If not already completed, causes invocations of get and related methods to throw the given exception.
is Cancelled
Link copied to clipboard