BatchQueue

Queue holder of the batchIntentsDecorator.

Use flush to forcibly clear the queue. No intents will be sent in this case.

Observe queue to get the current queue.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val queue: StateFlow<List<I>>

Functions

Link copied to clipboard
fun flush(): List<I>

Forcibly clear the queue without sending any intents.