enqueue

open suspend override fun enqueue(update: QueuedUpdate<T>)

abstract method defining, how this Store handles an Update

Parameters

update

the Update to handle