You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be a thin layer on top of #[thread_local] where supported. It can provide an unsafe low-level API and then implement Cell and RefCell semantics on top of that for the safe API.