blob: 53345f49d4c275b7ae154fadbd3d286d09e1f813 [file] [log] [blame]
// Signature format: 4.0
package androidx.concurrent.futures {
public final class ListenableFutureKt {
method public static suspend <T> Object? await(com.google.common.util.concurrent.ListenableFuture<T>, kotlin.coroutines.Continuation<? super T>);
}
public final class SuspendToFutureAdapter {
method public <T> com.google.common.util.concurrent.ListenableFuture<T> launchFuture(optional kotlin.coroutines.CoroutineContext context, optional boolean launchUndispatched, kotlin.jvm.functions.Function2<? super kotlinx.coroutines.CoroutineScope,? super kotlin.coroutines.Continuation<? super T>,?> block);
field public static final androidx.concurrent.futures.SuspendToFutureAdapter INSTANCE;
}
}