Merge pull request #2568 from peterkrull/multi-signal

Add `Watch` sync primitive (similar to `tokio::sync::watch`)
This commit is contained in:
Ulf Lilleengen 2024-10-01 07:10:46 +00:00 committed by GitHub
commit e6ce81018b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1110 additions and 0 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff