Closed
Description
There's a neat little Once
struct that wraps dispatch_once
, but it's not usable since there's no way to initialize a const UnsafeCell
.
Once const fns are stabilized in rust-lang/rust#24111, the Once::new
method can be marked const and the struct will be usable.
Metadata
Metadata
Assignees
Labels
No labels