blob: b0c8c4b3e8ef715c04740acbee49a9ebaceccd7f [file] [log] [blame]
Dustin Lam6dd2cc22019-10-07 16:38:39 -07001// Signature format: 3.0
2package androidx.concurrent.futures {
3
4 public final class ListenableFutureKt {
5 ctor public ListenableFutureKt();
6 method public static suspend <T> Object! await(com.google.common.util.concurrent.ListenableFuture<T>, kotlin.coroutines.Continuation<? super T> p);
7 }
8
9}
10