diff options
| author | Peter Krull <[email protected]> | 2024-02-13 14:50:26 +0100 |
|---|---|---|
| committer | Peter Krull <[email protected]> | 2024-02-13 14:50:26 +0100 |
| commit | 26acee2902c519075bd3d5f98d2a1a498ee3d1a9 (patch) | |
| tree | b836868457164ac7c95fa3c3d30ae2ed8037ac54 /embassy-sync/src/lib.rs | |
| parent | 8c82d1bcbcb8b04f18e9fd2a2d388a316bc50b49 (diff) | |
Add initial implementation of `MultiSignal` sync primitive
Diffstat (limited to 'embassy-sync/src/lib.rs')
| -rw-r--r-- | embassy-sync/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-sync/src/lib.rs b/embassy-sync/src/lib.rs index d88c76db5..f02985564 100644 --- a/embassy-sync/src/lib.rs +++ b/embassy-sync/src/lib.rs | |||
| @@ -12,6 +12,7 @@ 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; | ||
| 15 | pub mod mutex; | 16 | pub mod mutex; |
| 16 | pub mod pipe; | 17 | pub mod pipe; |
| 17 | pub mod priority_channel; | 18 | pub mod priority_channel; |
