|
|
|
|
|
by KingOfCoders
1299 days ago
|
|
You didn't have a hard time with the borrow checker because you used the Rust GC? Was that the argument? Actually I left Rust and moved to Go although I love Rust much more because every struct ended up sprinkled with Arc. |
|
FWIW I write Rust professionally now, and in our entire codebase we have maybe four or five data structures containing Arcs, specifically where objects are spawned as Futures on other threads.