Module std::thread::local_impl
source · 🔬This is a nightly-only experimental API. (
thread_local_internals
)Re-exports
pub use crate::sys::common::thread_local::thread_local_inner;
Experimental
Structs
- KeyExperimental
Functions
- abort_on_dtor_unwindExperimentalRun a callback in a scenario which must not unwind (such as a
extern "C" fn
declared in a user crate). If the callback unwinds anyway, thenrtabort
with a message about thread local panicking on drop.