Skip to main content

transition_queue_item

Function transition_queue_item 

Source
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.