kotlin-flow-extensions / hu.akarnokd.kotlin.flow / kotlinx.coroutines.flow.Flow / onBackpressurureDrop

onBackpressurureDrop

@FlowPreview fun <T> Flow<T>.onBackpressurureDrop(): Flow<T>

Drops items from the upstream when the downstream is not ready to receive them.