Searched defs:poll (Results 1 – 10 of 10) sorted by relevance
| /tonic/tonic-web/src/ |
| H A D | client.rs | 95 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| H A D | service.rs | 161 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| /tonic/tests/integration_tests/tests/ |
| H A D | complex_tower_middleware.rs | 84 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| /tonic/tonic/src/transport/channel/service/ |
| H A D | reconnect.rs | 209 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| /tonic/tonic/src/service/ |
| H A D | recover_error.rs | 92 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| H A D | router.rs | 173 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
|
| H A D | interceptor.rs | 199 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| /tonic/tonic/src/transport/service/ |
| H A D | grpc_timeout.rs | 80 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| /tonic/tonic/src/transport/channel/ |
| H A D | mod.rs | 226 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
|
| /tonic/tonic/src/transport/server/ |
| H A D | mod.rs | 1040 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function 1123 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|