Extensions for io.reactivex.SingleSource
suspend fun <T> SingleSource<T>.await(): T Awaits for completion of the single value without blocking a thread. Returns the resulting value or throws the corresponding exception if this single had produced error. |