Expand description
CancellationHandle is used to compose with manual implementation of futures::future::Future or [futures::stream::Stream] to facilitate cancellation. See example in [frontend::stream_wrapper::CancellableStreamWrapper] and CancellableFuture.