Module avr_oxide::concurrency
source · Expand description
Concurrency/threading for AVToxide
Re-exports§
pub use interrupt::token::Isolated;
Modules§
- Support for interrupt service routines/interrupt isolation for Oxide.
- The AVRoxide scheduler implementation
- Synchronisation primitives for AVRoxide.
- Multithreading primitives.
- Internal utility types for the AVRoxide concurrency implementation.
Enums§
- An enumeration of possible errors associated with a
TryLockResult
which can occur while trying to acquire a lock.
Type Aliases§
- A type alias for the result of a nonblocking locking method.