Any ideas for how to control in a test the order i...
# coroutines
m
Any ideas for how to control in a test the order in which listeners receive the same event from a broadcasted flow? The listeners in the code under test are on the main dispatcher while the flow is on default, though I was trying to test using TestCoroutineDispatcher’s pauseDispatcher.