kotlinx.coroutines
1.6.4-SNAPSHOT
common
kotlinx-coroutines-core
/
kotlinx.coroutines.channels
/
BufferOverflow
/
DROP_OLDEST
DROP_OLDEST
common
DROP_OLDEST
Content copied to clipboard
Drop
the oldest
value in the buffer on overflow, add the new value to the buffer, do not suspend.