withIdlingFlow

suspend fun <O : Operator<*, *>, T> ContainerContext<*, *>.withIdlingFlow(operator: O, block: suspend O.() -> Flow<T>): Flow<T>