Does any one know what the use of `androidx.concur...
# android
m
Does any one know what the use of
androidx.concurrent
component, is there any sources talking about it
g
I think it’s mostly used by other androidx packages, but you could use it if you need for example
ListenableFuture
m
I saw that but it doesn't have much to know it's about
a
At the moment it's just ListenableFuture support implementations that are smaller than full guava for interop with other androidx libraries that return or consume ListenableFuture
👍 1