//! Stackful coroutine implementation used to isolate JIT execution.
//!
//! This is intentionally private and only supports the Unix architectures
//! supported by async-ebpf. The low-level switching design is adapted from
//! corosensei 0.1.4 (Apache-2.0/MIT), with a reduced platform surface and
//! OpenBSD stack/BTI support maintained here.
// Must come first because it defines macros used by the architecture modules.
pub use ;