Home
last modified time | relevance | path

Searched refs:connections (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H A Dylong_io_tcp_server.rs36 let mut connections = HashMap::new(); in main() variables
49 connections.insert(token, stream); in main()
51 match connections.get_mut(&event.token()) { in main()
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H A Duds_test.rs76 let mut connections = HashMap::new(); in server() variables
87 connections.insert(token, stream); in server()
89 match connections.get_mut(&event.token()) { in server()

Completed in 1 milliseconds