mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 00:02:28 +00:00
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 signal;
|
||||
pub mod waitqueue;
|
||||
pub mod watch;
|
||||
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…
Reference in New Issue
Block a user