1 unstable release

0.1.0 Aug 1, 2023

#44 in #once

29 downloads per month

MIT/Apache

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.

No runtime deps