|
|
|
|
|
by jjnoakes
3612 days ago
|
|
> if what I share has a global owner (ie. the GC), I don't have to lock or copy by definition Then how you do avoid data races? Two shared references which can mutate your shared data requires either a copy, a lock, immutability, or a single writer. |
|