Module signal
embassy_
sync
0.6.2
Module signal
Module Items
Structs
In crate embassy_
sync
Modules
blocking_mutex
channel
lazy_lock
mutex
once_lock
pipe
priority_channel
pubsub
semaphore
signal
waitqueue
watch
zerocopy_channel
embassy_sync
Module
signal
Copy item path
Settings
Help
Summary
Source
Expand description
A synchronization primitive for passing the latest value to a task.
Structs
§
Signal
Single-slot signaling primitive.