Module publisher

Source
Expand description

Implementation of anything directly publisher related

Structs§

DynImmediatePublisher
An immediate publisher that holds a dynamic reference to the channel
DynPublisher
A publisher that holds a dynamic reference to the channel
ImmediatePub
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)
ImmediatePublisher
An immediate publisher that holds a generic reference to the channel
Pub
A publisher to a channel
PubSink
futures_sink::Sink adapter for Pub.
Publisher
A publisher that holds a generic reference to the channel
PublisherWaitFuture
Future for the publisher wait action