Macro drone::thread_local [] [src]

macro_rules! thread_local {
    ($($tokens:tt)*) => { ... };
}

Configure a thread-local storage.

See the module-level documentation for more details.