Module embassy_sync::pubsub

source ·
Expand description

Implementation of PubSubChannel, a queue where published messages get received by all subscribers.

Re-exports

Modules

  • Implementation of anything directly publisher related
  • Implementation of anything directly subscriber related

Structs

  • A broadcast channel implementation where multiple publishers can send messages to multiple subscribers

Enums

Traits

  • ‘Middle level’ behaviour of the pubsub channel. This trait is used so that Sub and Pub can be generic over the channel.