coroutineScopeWithDefer

inline suspend fun <T> coroutineScopeWithDefer(crossinline block: suspend CoroutineScope.(defer: (() -> Unit) -> Unit) -> T): T