vector / com.haroldadmin.vector.state / StateProcessor / offerSetAction
offerSetAction¶
abstract fun offerSetAction(reducer: suspend
S
.() ->
S
):
Unit
Offer a SetStateAction to this processor. This action will be processed as soon as possible, before all existing GetStateAction waiting in the queue, if any.
Parameters¶
reducer
- The action to be offered