Home
last modified time | relevance | path

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

/tonic/examples/src/cancellation/
H A Dserver.rs60 let select_task = tokio::spawn(async move { in with_cancellation_handler() localVariable
69 select_task.await.unwrap() in with_cancellation_handler()