QueuePendingEventHandler

Functions

Link copied to clipboard
abstract suspend fun checkEmpty()
Link copied to clipboard
abstract suspend fun clear()
Link copied to clipboard
abstract suspend fun nextEventAndArgument(): EventAndArgument<*>?
Link copied to clipboard
abstract suspend fun onPendingEvent(eventAndArgument: EventAndArgument<*>)

It is up to user to throw exception from this method or not