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
The current implementation (#633) uses Arc. The plan (outlined in #288) is to support Rc for single-threaded and Arc for multi-threaded. We could use a common trait similar to this