|
|
|
|
|
by mgaunard
1413 days ago
|
|
I don't understand how this has anything to do with lifetime management, which is what GC/RC/ARC are for. You do need to synchronize concurrent access to the same object, and it's not just concurrent writes, it's concurrent accesses if at least one of them is a write. |
|