Home
last modified time | relevance | path

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

/tonic/examples/src/cancellation/
H A Dserver.rs39 let cancellation_future = async move { in say_hello() localVariable
45 with_cancellation_handler(request_future, cancellation_future).await in say_hello()
51 cancellation_future: FCancellation, in with_cancellation_handler()
65 _ = token.cancelled() => cancellation_future.await, in with_cancellation_handler()