Hacker News new | ask | show | jobs
by k_bx 221 days ago
Why not just use Arc and clone the cyclical references as much as you want `button: RefCell<Option<Arc<Button>>>`?