We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2397ea3 commit 9a51928Copy full SHA for 9a51928
rfcs/0000-multi-core-soundness.md
@@ -175,7 +175,7 @@ vast majority of embedded Rust users will continue to use single-core MCUs. For
175
those users, providing a sound and safe-to-use `Mutex` that works by disabling
176
interrupts is beneficial. Even for multi-core applications, it is expected that
177
the actual cross-core communication is limited to a small number of places in
178
-the code, so making it more difficult.
+the code, so making it more difficult has limited impact.
179
180
# Alternatives
181
[alternatives]: #alternatives
0 commit comments