Module arch

Module arch 

Source
Expand description

Architecture abstraction layer for context switching and interrupt handling.

This module provides a unified interface for architecture-specific operations that need to be implemented for each supported CPU architecture.

Re-exports§

pub use NoOpArch as DefaultArch;

Modules§

barriers
Cross-platform memory barriers and atomic operation helpers.
detection
Architecture detection and runtime optimization.

Structs§

NoOpArch
A no-op architecture implementation for testing and fallback purposes.

Traits§

Arch
Architecture abstraction trait.