[][src]Function drone_core::thr::local

pub fn local<T: Thread>() -> &'static T::Local

Returns a reference to the thread-local storage of the current thread.

The contents of this object can be customized with thr! macro. See the module-level documentation for details.