embassy-sync

Crates

git

Versions

default

Flavors

Module subscriber

Module subscriber 

Source
Expand description

Implementation of anything directly subscriber related

Structsยง

DynSubscriber
A subscriber that holds a dynamic reference to the channel
SendDynSubscriber
A subscriber that holds a dynamic reference to the channel. This version can be sent between threads but can only be created if the underlying mutex is Send + Sync.
Sub
A subscriber to a channel
Subscriber
A subscriber that holds a generic reference to the channel
SubscriberWaitFuture
Future for the subscriber wait action