Package-level declarations

Types

Link copied to clipboard
class DefaultFlowsUpdatesFilter(    broadcastChannelsSize: Int = 100,     onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND,     upstreamUpdatesFlow: Flow<Update>? = null) : AbstractFlowsUpdatesFilter
Link copied to clipboard
Link copied to clipboard
typealias UpdateReceiver<T> = suspend (T) -> Unit
Link copied to clipboard
interface UpdatesFilter

Functions

Link copied to clipboard
fun FlowsUpdatesFilter(    broadcastChannelsSize: Int = 100,     onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND,     upstreamUpdatesFlow: Flow<Update>? = null): DefaultFlowsUpdatesFilter