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
Right now, if C++ passes our subclass unique_ptr to a different thread, all bets are off. We should provide a configuration option to make a thread safe version using Mutex and Arc instead of RefCell and Rc. Maybe we can use archery.