guaranteeCase

inline suspend fun <A> guaranteeCase(fa: suspend () -> A, crossinline finalizer: suspend (ExitCase<A>) -> Unit): A

Sources

jvm source
Link copied to clipboard