asMaybe

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