Docs.rs
bare-sync-0.1.1
bare-sync 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
Merisy-Thing
Dependencies
critical-section ^1.1
normal
defmt ^1.0.1
normal
optional
embassy-sync ^0.7.2
normal
log ^0.4.14
normal
optional
critical-section ^1.1
dev
Versions
96.88%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module signal
bare_
sync
0.1.1
Module signal
Module Items
Structs
In crate bare_
sync
bare_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 for a
single
consumer.