rtic-sync: introduce loom compat layer and apply it to channel

This commit is contained in:
datdenkikniet 2025-03-16 12:46:23 +01:00 committed by Emil Fresk
parent d76252d767
commit b5db435501
7 changed files with 299 additions and 87 deletions

View file

@ -168,10 +168,10 @@ macro_rules! make_signal {
}
#[cfg(test)]
#[cfg(not(loom))]
mod tests {
use static_cell::StaticCell;
use super::*;
use static_cell::StaticCell;
#[test]
fn empty() {