Home
last modified time | relevance | path

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

/tonic/tonic-web/src/
H A Dclient.rs95 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Dservice.rs161 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/tonic/tests/integration_tests/tests/
H A Dcomplex_tower_middleware.rs84 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/tonic/tonic/src/transport/channel/service/
H A Dreconnect.rs209 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/tonic/tonic/src/service/
H A Drecover_error.rs92 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Drouter.rs173 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
H A Dinterceptor.rs199 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/tonic/tonic/src/transport/service/
H A Dgrpc_timeout.rs80 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/tonic/tonic/src/transport/channel/
H A Dmod.rs226 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/tonic/tonic/src/transport/server/
H A Dmod.rs1040 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