pub fn tls_eager_initialize() -> Result<(), Box<Trap>>
Expand description

Eagerly initialize thread-local runtime functionality. This will be performed lazily by the runtime if users do not perform it eagerly.