I’m currently using turbine. Working with an infinite flow I have to assert that no other event is emitted (in a reasonable amount of time). I’m not able to find a method that fits the purpose. I was thinking that the logic could be the same as
awaitItem
, but returning true in case of
TimeoutCancellationException
.