Extensions for io.reactivex.SingleSource

await

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.