Module workflow_core::abortable
source · Expand description
Abortable trigger, can be used to cancel (abort) an asyncronous task.
Structs
- Abortable trigger wraps an
Arc<AtomicBool>
, which can be cloned to signal task terminating using an atomic bool.