rust-lightning/lightning/src/sync
Matt Corallo 3acf7e2c9d Drop the dummy no-std Condvar which never sleeps
In `no-std`, we exposed `wait` functions which rely on a dummy
`Condvar` which never actually sleeps. This is somwhat nonsensical,
not to mention confusing to users. Instead, we simply remove the
`wait` methods in `no-std` builds.
2023-04-03 16:49:54 +00:00
..
debug_sync.rs Drop the dummy no-std Condvar which never sleeps 2023-04-03 16:49:54 +00:00
fairrwlock.rs Fix build warnings 2023-03-03 14:23:18 -06:00
mod.rs Disallow taking two instances of the same mutex at the same time 2023-02-28 01:06:35 +00:00
nostd_sync.rs Drop the dummy no-std Condvar which never sleeps 2023-04-03 16:49:54 +00:00
test_lockorder_checks.rs Fix build warnings 2023-03-03 14:23:18 -06:00