Home
last modified time | relevance | path

Searched refs:client_stream (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_runtime_async_benchmark.rs23 let mut client_stream = TcpStream::connect(addr).await; in run_client() localVariable
24 while client_stream.is_err() { in run_client()
25 client_stream = TcpStream::connect(addr).await in run_client()
27 let mut client = client_stream.unwrap(); in run_client()