1 unstable release
0.1.0 | Aug 1, 2023 |
---|
#39 in #once
130 downloads per month
7KB
129 lines
OncePtr
An Rust data wrapper that can initialize an atomic pointer once.
lib.rs
:
An wrapper around an AtomicPtr
that can only be set once.