Skip to main content

eager_static

Macro eager_static 

Source
macro_rules! eager_static {
    ($vis:vis static $name:ident : $ty:ty = $init:expr;) => { ... };
}
Expand description

Declare a thread-local static and schedule an eager initialization touch.