androidx.concurrent.futures

Interfaces

CallbackToFutureAdapter.Resolver

This interface should be implemented by the object passed into getFuture.

Classes

CallbackToFutureAdapter

A utility useful for adapting interfaces that take callbacks into interfaces that return .

CallbackToFutureAdapter.Completer

Used to complete the future returned by getFuture

ListenableFutureKt
SuspendToFutureAdapter

A utility for launching suspending calls scoped and managed by a returned ListenableFuture, used for adapting Kotlin suspending APIs to be callable from the Java programming language.