mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
5 lines
110 B
Kotlin
5 lines
110 B
Kotlin
package eu.kanade.tachiyomi.util
|
|
|
|
import rx.Observable
|
|
|
|
expect suspend fun <T> Observable<T>.awaitSingle(): T
|