blob: b0c8c4b3e8ef715c04740acbee49a9ebaceccd7f [file] [log] [blame]
// Signature format: 3.0
package androidx.concurrent.futures {
public final class ListenableFutureKt {
ctor public ListenableFutureKt();
method public static suspend <T> Object! await(com.google.common.util.concurrent.ListenableFuture<T>, kotlin.coroutines.Continuation<? super T> p);
}
}