androidx.concurrent:concurrent-listenablefuture
Official Description: Jetpack implementation of Guava's ListenableFuture
CommonsWare’s Notes
This artifact provides an Android edition of the ListenableFuture
class
from Google’s Guava project. This provides a way to easily convert some
form of event listener (wrapped in a Runnable
) to a Future
.
Documentation
- Release Notes
- Threading in ListenableWorker: Shows how
ListenableFuture
can tie intoWorkManager
for having work involve asynchronous APIs
Versions
- Latest Beta: 1.0.0-beta01