Trait deno_core::CancelFuture [−][src]
Provided methods
fn or_cancel<H: RcLike<CancelHandle>>(
self,
cancel_handle: H
) -> Cancelable<Self>ⓘNotable traits for Cancelable<F>
impl<F: Future> Future for Cancelable<F> type Output = Result<F::Output, Canceled>;[src]
self,
cancel_handle: H
) -> Cancelable<Self>ⓘ
Notable traits for Cancelable<F>
impl<F: Future> Future for Cancelable<F> type Output = Result<F::Output, Canceled>;Implementors
impl<F> CancelFuture for F where
F: Future, [src]
F: Future,