Crate thread_local_compat

Crate thread_local_compat 

Source
Expand description

thread_local_compat is a stub crate that re-exports the thread_local macro from std. Customize it in your workspace to have it use different backing implimentations

Macrosยง

thread_local
Declare a new thread local storage key of type std::thread::LocalKey.