Open
Description
This is the tracking issue for the Mutex trait RFC #377, the following questions need to be ironed out before the RFC is implemented:
-
- Decide on crate name (
core-mutex
was proposed,mutex-trait
was selected)
- Decide on crate name (
-
- Decide on crate location (freestanding crate under the HAL team was proposed)
-
- Add and implement crate (proposed reference implementation: https://github.com/korken89/core-mutex)
-
- Release crate
-
- Create PRs for the ecosystem
- Identify where the crate needs to be re-exported
- Create PRs for the ecosystem
-
- Add a book chapter on it?
-
- (optional) Provide reference implementations for different mutexes
-
- (optional) Add to the 1.0 stabilization pipeline
Lets start with 1 and 2.
CC @rust-embedded/all