pub trait CancellationFlag {
    fn flag(&self) -> Option<&AtomicUsize>;
}
Expand description

Trait to signal that the execution is cancelled

Required Methods§

Trait Implementations§

Implementors§