Expand description

Mutex primitives.

This module provides a trait for mutexes that can be used in different contexts.

Structs

A mutex that allows borrowing data across executors and interrupts.
A mutex that allows borrowing data in the context of a single executor.

Traits

Raw mutex trait.