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
Hello @johnstonskj
I have a case where I'd like to send the Rc<RefCell<dyn Graph>> across threads.
If you have time is there a possibility that you could implement these types as Arc types and thread safe?
The text was updated successfully, but these errors were encountered:
Hello @johnstonskj
I have a case where I'd like to send the
Rc<RefCell<dyn Graph>>
across threads.If you have time is there a possibility that you could implement these types as
Arc
types and thread safe?The text was updated successfully, but these errors were encountered: