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.
macro_rules! eager_static {
($vis:vis static $name:ident : $ty:ty = $init:expr;) => { ... };
}Declare a thread-local static and schedule an eager initialization touch.