blob: a78317b6069275a3f58e7eae3651d3f134588522 [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>,? extends java.lang.Object?> block);
field public static final androidx.concurrent.futures.SuspendToFutureAdapter INSTANCE;
}
}