QueuedConsumer

Collects events and passes them in order to a new consumer via dequeueAll.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun accept(value: V)
Link copied to clipboard
fun dequeueAll(target: Consumer<V>)