Docs.rs
utils-atomics-1.1.2
utils-atomics 1.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Aandreba
Dependencies
bytemuck ^1.11.0
normal
cfg-if ^1
normal
crossbeam ^0.8.2
normal
docfg ^0.1.0
normal
futures ^0.3.24
normal
optional
num-traits ^0.2.15
normal
once_cell ^1.14.0
normal
pin-project-lite ^0.2.9
normal
static_assertions ^1.1.0
normal
criterion ^0.4.0
dev
rand ^0.8.5
dev
tokio ^1.21.0
dev
Versions
69.38%
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
utils_
atomics
1.1.2
Module prelude
Module Items
Re-exports
Structs
In crate utils_
atomics
utils_atomics
Module
prelude
Copy item path
Source
Re-exports
§
pub use crate::traits::
Atomic
;
pub use crate::
fill_queue
::*;
alloc
Structs
§
Take
Cell
Inverse of a
OnceCell
. It initializes with a value, which then can be raced by other threads to take.