diff options
| author | Oliver Rockstedt <[email protected]> | 2024-10-07 17:24:56 +0200 |
|---|---|---|
| committer | Oliver Rockstedt <[email protected]> | 2024-10-07 17:24:56 +0200 |
| commit | 07748131dde887d214c1d9373ec642907d547dcd (patch) | |
| tree | 63f39399cc1f762abb5224a8080e3fca71f27123 /embassy-sync/README.md | |
| parent | 7920ba8f8fe4d8880fa81f8481ad594041966e30 (diff) | |
embassy-sync: fixed link to priority_channel in README
Diffstat (limited to 'embassy-sync/README.md')
| -rw-r--r-- | embassy-sync/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/README.md b/embassy-sync/README.md index 3dcd9dcc8..6871bcabc 100644 --- a/embassy-sync/README.md +++ b/embassy-sync/README.md | |||
| @@ -5,7 +5,7 @@ An [Embassy](https://embassy.dev) project. | |||
| 5 | Synchronization primitives and data structures with async support: | 5 | Synchronization primitives and data structures with async support: |
| 6 | 6 | ||
| 7 | - [`Channel`](channel::Channel) - A Multiple Producer Multiple Consumer (MPMC) channel. Each message is only received by a single consumer. | 7 | - [`Channel`](channel::Channel) - A Multiple Producer Multiple Consumer (MPMC) channel. Each message is only received by a single consumer. |
| 8 | - [`PriorityChannel`](channel::priority_channel::PriorityChannel) - A Multiple Producer Multiple Consumer (MPMC) channel. Each message is only received by a single consumer. Higher priority items are shifted to the front of the channel. | 8 | - [`PriorityChannel`](priority_channel::PriorityChannel) - A Multiple Producer Multiple Consumer (MPMC) channel. Each message is only received by a single consumer. Higher priority items are shifted to the front of the channel. |
| 9 | - [`PubSubChannel`](pubsub::PubSubChannel) - A broadcast channel (publish-subscribe) channel. Each message is received by all consumers. | 9 | - [`PubSubChannel`](pubsub::PubSubChannel) - A broadcast channel (publish-subscribe) channel. Each message is received by all consumers. |
| 10 | - [`Signal`](signal::Signal) - Signalling latest value to a single consumer. | 10 | - [`Signal`](signal::Signal) - Signalling latest value to a single consumer. |
| 11 | - [`Watch`](watch::Watch) - Signalling latest value to multiple consumers. | 11 | - [`Watch`](watch::Watch) - Signalling latest value to multiple consumers. |
