flowWithDefer

inline suspend fun <T> flowWithDefer(crossinline block: suspend FlowCollector<T>.(defer: (() -> Unit) -> Unit) -> Unit): Flow<T>