// Copyright 2018-2025 the Deno authors. MIT license. mod async_flag; pub use async_flag::AsyncFlag; pub use deno_core::unsync::sync::AtomicFlag;