Home
last modified time | relevance | path

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

/tonic/examples/src/streaming/
H A Dclient.rs17 async fn streaming_echo(client: &mut EchoClient<Channel>, num: usize) { in streaming_echo() function
71 streaming_echo(&mut client, 5).await; in main()