enqueue

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

abstract method defining, how this Store handles an Update

Parameters

update

the Update to handle