[−][src]Function muoxi_staging::process
pub async fn process(
server: Arc<Mutex<Server>>,
stream: TcpStream,
__arg2: CacheSocket
) -> Result<(), Box<dyn Error>>
Main processing piece of logic, once a connection is established to client the entire lifetime of the connected client is handled within this function.