book icon indicating copy to clipboard operation
book copied to clipboard

Mention the critical-section crate?

Open jonathanpallant opened this issue 3 years ago • 0 comments

https://docs.rust-embedded.org/book/concurrency/index.html talks about sharing data, and hand-waves over what to do on a multi-core system. We should introduce critical-section here, which specifically resolves this issue.

jonathanpallant avatar Jan 30 '23 17:01 jonathanpallant