Home
last modified time | relevance | path

Searched defs:max_concurrent_streams (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic/src/transport/server/
H A Dmod.rs97 max_concurrent_streams: Option<u32>, field
235 pub fn max_concurrent_streams(self, max: impl Into<Option<u32>>) -> Self { in max_concurrent_streams() method
650 let max_concurrent_streams = self.max_concurrent_streams; in serve_internal() localVariable