mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-16 16:29:19 +01:00
Add OkHttp await suspension function stub
This commit is contained in:
parent
ffdb3d8b29
commit
0668932a2c
@ -7,3 +7,5 @@ import rx.Observable
|
||||
fun Call.asObservable(): Observable<Response> = throw Exception("Stub!")
|
||||
|
||||
fun Call.asObservableSuccess(): Observable<Response> = throw Exception("Stub!")
|
||||
|
||||
suspend fun Call.await(): Response = throw Exception("Stub!")
|
||||
|
Loading…
Reference in New Issue
Block a user