Home
last modified time | relevance | path

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

/tonic/examples/src/streaming/
H A Dclient.rs50 async fn bidirectional_streaming_echo_throttle(client: &mut EchoClient<Channel>, dur: Duration) { in bidirectional_streaming_echo_throttle() function
82 bidirectional_streaming_echo_throttle(&mut client, Duration::from_secs(2)).await; in main()