Embassy
embassy-sync

Crates

git

Versions

default

Flavors

Module embassy_sync::pubsub::publisher

source ·
Expand description

Implementation of anything directly publisher related

Structs§

  • An immediate publisher that holds a dynamic reference to the channel
  • A publisher that holds a dynamic reference to the channel
  • A publisher that can only use the publish_immediate function, but it doesn’t have to be registered with the channel. (So an infinite amount is possible)
  • An immediate publisher that holds a generic reference to the channel
  • A publisher to a channel
  • A publisher that holds a generic reference to the channel
  • Future for the publisher wait action