process_update

Function process_update 

Source
pub async fn process_update<T: StateStore>(
    state: Option<AsyncState<T>>,
    tx: Sender<Update>,
    update: Update,
) -> Result<()>
Expand description

Process a single pre-parsed update through the state machine Convenience wrapper for single update processing