Hacker News new | ask | show | jobs
by FreeFull 4085 days ago
Actually, it's possible to share a &mut into a scoped threat too, and perform mutation through it. It's safe because the &mut only ever exists in one place at a time.