EventBuffer

class EventBuffer<T>(scope: CoroutineScope, intervalMs: Long = 5)

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope, intervalMs: Long = 5)

Properties

Link copied to clipboard
val events: Flow<T>

Functions

Link copied to clipboard
fun send(event: T)