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
I'm looking into this. Seems slightly tricky, but doable if we start the Gc in a deallocated state. Just need to be careful not to create potential data races
In my using case, I need certain objects to hold a reference to itself, and I need a convenient api to create such objects.
May refer to: Arc::new_cyclic
The text was updated successfully, but these errors were encountered: