Home
last modified time | relevance | path

Searched defs:server (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_runtime_async_benchmark.rs40 let mut server = socket.accept().await.unwrap().0; variables
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H A Dylong_io_tcp_server.rs30 let mut server = TcpListener::bind(addr)?; in main() variables
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H A Duds_test.rs69 fn server() -> io::Result<()> { in server() functions
71 let mut server = UnixListener::bind(PATH)?; in server() variables
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Djoin_set.rs100 let mut server = listener.accept().await.unwrap().0; in sdv_join_set_spawn_io() variables

Completed in 3 milliseconds