critical-once-cell
Drop-in replacements for [core::lazy::OnceCell] and
[core::lazy::Lazy], backed by [critical_section].
Examples
CriticalOnceCell
use CriticalOnceCell;
static CELL: = new;
CriticalLazy
use CriticalLazy;
static LAZY: = new;
For more details, see docs.
Usage
Add this to your Cargo.toml:
[]
= "0.2.0"
License
MPL-2.0