Merge pull request #2568 from peterkrull/multi-signal
Add `Watch` sync primitive (similar to `tokio::sync::watch`)
This commit is contained in:
commit
e6ce81018b
@ -21,4 +21,5 @@ pub mod pubsub;
|
|||||||
pub mod semaphore;
|
pub mod semaphore;
|
||||||
pub mod signal;
|
pub mod signal;
|
||||||
pub mod waitqueue;
|
pub mod waitqueue;
|
||||||
|
pub mod watch;
|
||||||
pub mod zerocopy_channel;
|
pub mod zerocopy_channel;
|
||||||
|
|||||||
1109
embassy-sync/src/watch.rs
Normal file
1109
embassy-sync/src/watch.rs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user