pub fn transition_queue_item(
current: &QueueItemState,
event: &QueueItemEvent,
) -> Option<QueueItemState>Expand description
Pure transition: the join (max) of the current state and the state the
event drives toward.
pub fn transition_queue_item(
current: &QueueItemState,
event: &QueueItemEvent,
) -> Option<QueueItemState>Pure transition: the join (max) of the current state and the state the
event drives toward.