Comment by deathanatos
2 hours ago
It's still done. It's not uncommon to see that in Rust:
fn foo(x: &Arc<T>)
…quite literally borrows the count in the refcount-ed thing.
I think you can find similar things in CPython, on the C side of things.
2 hours ago
It's still done. It's not uncommon to see that in Rust:
fn foo(x: &Arc<T>)
…quite literally borrows the count in the refcount-ed thing.
I think you can find similar things in CPython, on the C side of things.
No comments yet
Contribute on Hacker News ↗