maybeFromCoroutine

fun <T> maybeFromCoroutine(block: suspend CoroutineScope.() -> T): Maybe<T>

Launches coroutine and calls the provided block for every subscription. Please note that it uses runBlocking in Kotlin/Native. Please read the README for more information.