1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-21 18:40:53 +03:00
Files
okhttp/okhttp-coroutines/api/okhttp-coroutines.api
Yuri Schimke 0d2f2eb346 Coroutines module. (#7142)
Implementation of an extension method which is used directly on JVM, and shadows an implementation
directly in Call on other platforms.
2022-03-06 15:31:31 +00:00

5 lines
157 B
Plaintext

public final class okhttp3/JvmCallExtensionsKt {
public static final fun executeAsync (Lokhttp3/Call;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}