Home
last modified time | relevance | path

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

/tonic/examples/src/cancellation/
H A Dserver.rs9 use tokio::select;
63 select! { in with_cancellation_handler()
/tonic/tonic/src/transport/server/
H A Dio_stream.rs90 let select_output = ready!(pin!(select(&mut projected.inner, tasks)).poll(cx)); in poll_next()
145 async fn select<IO: 'static, IE>( in select() function
164 tokio::select! { in select()
H A Dmod.rs713 tokio::select! { in serve_internal()
795 tokio::select! { in serve_connection()
/tonic/examples/src/gcp/
H A DREADME.md8 select the `Cloud Pub/Sub API v1` and its urls as the scope. This will start
/tonic/
H A DCONTRIBUTING.md402 changes make sure to select a semver compatible version bump.