Expand description
Init-once container for static declarations.
InitCell<T> encapsulates the single unsafe pattern of “create once in
on_init, use from any thread, destroy in on_shutdown” behind a safe API.
Init-once container for static declarations.
InitCell<T> encapsulates the single unsafe pattern of “create once in
on_init, use from any thread, destroy in on_shutdown” behind a safe API.