aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-sync/README.md')
-rw-r--r--embassy-sync/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-sync/README.md b/embassy-sync/README.md
index 2c1c0cf68..dec1fbc32 100644
--- a/embassy-sync/README.md
+++ b/embassy-sync/README.md
@@ -13,6 +13,7 @@ Synchronization primitives and data structures with async support:
13- [`WakerRegistration`](waitqueue::WakerRegistration) - Utility to register and wake a `Waker`. 13- [`WakerRegistration`](waitqueue::WakerRegistration) - Utility to register and wake a `Waker`.
14- [`AtomicWaker`](waitqueue::AtomicWaker) - A variant of `WakerRegistration` accessible using a non-mut API. 14- [`AtomicWaker`](waitqueue::AtomicWaker) - A variant of `WakerRegistration` accessible using a non-mut API.
15- [`MultiWakerRegistration`](waitqueue::MultiWakerRegistration) - Utility registering and waking multiple `Waker`'s. 15- [`MultiWakerRegistration`](waitqueue::MultiWakerRegistration) - Utility registering and waking multiple `Waker`'s.
16- [`LazyLock`](lazy_lock::LazyLock) - A value which is initialized on the first access
16 17
17## Interoperability 18## Interoperability
18 19