← Back to context Comment by hedora 3 months ago Pin and unpin handle circular references, sort of. 7 comments hedora Reply ycombinatrix 3 months ago std::rc::Weak? tonyedgecombe 3 months ago The GP does mention Rc/Arc. ycombinatrix 3 months ago Rc & Arc don't have the same behavior as Weak 3 replies → SkiFire13 3 months ago Not really, they are just tools to expose circular references (or self-references) that are *already managed by unsafe code*.
ycombinatrix 3 months ago std::rc::Weak? tonyedgecombe 3 months ago The GP does mention Rc/Arc. ycombinatrix 3 months ago Rc & Arc don't have the same behavior as Weak 3 replies →
tonyedgecombe 3 months ago The GP does mention Rc/Arc. ycombinatrix 3 months ago Rc & Arc don't have the same behavior as Weak 3 replies →
SkiFire13 3 months ago Not really, they are just tools to expose circular references (or self-references) that are *already managed by unsafe code*.
std::rc::Weak?
The GP does mention Rc/Arc.
Rc & Arc don't have the same behavior as Weak
3 replies →
Not really, they are just tools to expose circular references (or self-references) that are *already managed by unsafe code*.