handle_command

Function handle_command 

Source
pub fn handle_command(
    og_state: Arc<RwLock<State>>,
    command: Command,
    packet_sender: &mut UnboundedSender<ControlPacket<Serverbound>>,
    connection_info_sender: &mut Sender<Option<ConnectionInfo>>,
) -> ExecutionContext