Searched refs:tcp_io (Results 1 – 2 of 2) sorted by relevance
110 let tcp_io: Box<dyn TNetIO + Send + Sync> = Box::new(TcpIO::new(stream)); in new() localVariable111 let net_io = Arc::new(Mutex::new(tcp_io)); in new()
78 let tcp_io: Box<dyn TNetIO + Send + Sync> = Box::new(TcpIO::new(stream)); in new() localVariable79 let net_io = Arc::new(Mutex::new(tcp_io)); in new()