Docs.rs
may_queue-0.1.23
may_queue 0.1.23
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Xudong-Huang
Dependencies
crossbeam-utils ^0.8
normal
smallvec ^1
normal
rustversion ^1.0
build
Versions
68.25%
of the crate is documented
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 mpsc_list_v1
may_
queue
0.1.23
Module mpsc_
list_
v1
Module Items
Structs
In crate may_
queue
may_queue
Module
mpsc_
list_
v1
Copy item path
Source
Structs
ยง
Entry
Queue
The multi-producer single-consumer structure. This is not cloneable, but it may be safely shared so long as it is guaranteed that there is only one popper at a time (many pushers are allowed).