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