Macro singleton::make_preemptive_singleton [] [src]

macro_rules! make_preemptive_singleton {
    () => { ... };
}

Create an uninitialized preemptive singleton.

This is intended as a workaround before const fn stablizes. When const fn is stablized, you can just call PreemptiveInner::new().