thread_local_scope
Provides a token type LocalScope that guards access to thread local storage, avoiding the need for a separate closure for every access.
LOCAL_ONE.try_with??
becomes
local_scope?
Scope
This crate is deliberately minimal. Other crates may use this crate to create more advanced abstractions over thread local storage.