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
lazy_static and std's thread_local are very similar concepts, but lazy_statics interface (with Deref) is much nicer. I think it should be possible to implement a thread-local version of lazy_static.