frankelot
actor
actor<Int>(capacity = Channel.CONFLATED)
Requests a conflated channel in the Channel(...) factory function. This is a shortcut to creating a channel with onBufferOverflow = DROP_OLDEST.
A modern programming language that makes developers happier.