pub trait CancellationFlag {
fn flag(&self) -> Option<&AtomicUsize>;
}Expand description
Trait to signal that the execution is cancelled
pub trait CancellationFlag {
fn flag(&self) -> Option<&AtomicUsize>;
}Trait to signal that the execution is cancelled