mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
rtic-sync: introduce loom compat layer and apply it to channel
This commit is contained in:
parent
d76252d767
commit
b5db435501
7 changed files with 299 additions and 87 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue