Searched refs:bidirectional_streaming_echo_throttle (Results 1 – 1 of 1) sorted by relevance
50 async fn bidirectional_streaming_echo_throttle(client: &mut EchoClient<Channel>, dur: Duration) { in bidirectional_streaming_echo_throttle() function82 bidirectional_streaming_echo_throttle(&mut client, Duration::from_secs(2)).await; in main()