diff options
| author | Peter Krull <[email protected]> | 2024-02-28 20:59:38 +0100 |
|---|---|---|
| committer | Peter Krull <[email protected]> | 2024-02-28 20:59:38 +0100 |
| commit | 6defb4fed98432dee948634f3b2001cb4ea7ec5b (patch) | |
| tree | a51aeb731240e41cb106054131b45f8e643b3690 /embassy-sync/src/lib.rs | |
| parent | 2f58d1968a7310335a0dac4d947c6972a7707ed5 (diff) | |
Changed name to `Watch`, added `DynReceiver`, `get`-method and more reworks.
Diffstat (limited to 'embassy-sync/src/lib.rs')
| -rw-r--r-- | embassy-sync/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/src/lib.rs b/embassy-sync/src/lib.rs index f02985564..8a69541a5 100644 --- a/embassy-sync/src/lib.rs +++ b/embassy-sync/src/lib.rs | |||
| @@ -12,11 +12,11 @@ mod ring_buffer; | |||
| 12 | 12 | ||
| 13 | pub mod blocking_mutex; | 13 | pub mod blocking_mutex; |
| 14 | pub mod channel; | 14 | pub mod channel; |
| 15 | pub mod multi_signal; | ||
| 16 | pub mod mutex; | 15 | pub mod mutex; |
| 17 | pub mod pipe; | 16 | pub mod pipe; |
| 18 | pub mod priority_channel; | 17 | pub mod priority_channel; |
| 19 | pub mod pubsub; | 18 | pub mod pubsub; |
| 20 | pub mod signal; | 19 | pub mod signal; |
| 21 | pub mod waitqueue; | 20 | pub mod waitqueue; |
| 21 | pub mod watch; | ||
| 22 | pub mod zerocopy_channel; | 22 | pub mod zerocopy_channel; |
