Docs.rs
embassy-sync-0.6.1
embassy-sync 0.6.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
Dirbaio
github:embassy-rs:crates-io
Dependencies
cfg-if ^1.0.0
normal
critical-section ^1.1
normal
defmt ^0.3
normal
optional
embedded-io-async ^0.6.1
normal
futures-sink ^0.3
normal
futures-util ^0.3.17
normal
heapless ^0.8
normal
log ^0.4.14
normal
optional
critical-section ^1.1
dev
futures-executor ^0.3.17
dev
futures-test ^0.3.17
dev
futures-timer ^3.0.2
dev
futures-util ^0.3.17
dev
static_cell ^2
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
embassy_
sync
0.6.1
Module signal
Module Items
Structs
In crate embassy_
sync
embassy_sync
Module
signal
Copy item path
Source
Expand description
A synchronization primitive for passing the latest value to a task.
Structs
ยง
Signal
Single-slot signaling primitive.