Function process_dispatcher_msg

Source
pub(crate) async fn process_dispatcher_msg(
    dispatcher_msg: DispatcherMessage,
    barrier_rx: &mut UnboundedReceiver<Barrier>,
) -> StreamExecutorResult<Message>