Home
last modified time | relevance | path

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

/tonic/examples/src/cancellation/
H A Dserver.rs49 async fn with_cancellation_handler<FRequest, FCancellation>( in with_cancellation_handler()
51 cancellation_future: FCancellation, in with_cancellation_handler() argument
55 FCancellation: Future<Output = Result<Response<HelloReply>, Status>> + Send + 'static, in with_cancellation_handler()