1 unstable release

0.1.0 Aug 1, 2023

#40 in #once

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