Docs.rs
lite-sync-0.1.1
lite-sync 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ShaoG-R
Dependencies
smallring ^0.1.0
normal
criterion ^0.7.0
dev
futures ^0.3.31
dev
tokio ^1.48.0
dev
tokio-test ^0.4.4
dev
Versions
90.2%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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 spsc
lite_
sync
0.1.1
Module spsc
Module Items
Structs
Enums
Functions
In crate lite_
sync
lite_sync
Module
spsc
Copy item path
Source
Structs
§
Drain
Draining iterator for the SPSC channel
Receiver
SPSC channel receiver
Sender
SPSC channel sender
Enums
§
Send
Error
Send error type
TryRecv
Error
Try-receive error type
TrySend
Error
Try-send error type
Functions
§
channel
SPSC channel creation function