pub fn cancellation_flag() -> &'static AtomicBoolExpand description
Shared cancellation flag (SIGINT) for tests and advanced integration.
Prefer should_stop / is_cancelled in product paths. Writing the flag
is intended for tests and cooperative library callers.