|
|
|
|
|
by silisili
1195 days ago
|
|
I'm not sure how your snippet above exemplifies memory unsafety. Concurrent access does let you hit some 'fun' behavior, but you have to be doing pretty dumb things to hit them. And while the implementation may be able to save you from something like that, such things would likely bubble up elsewhere(disk i/o, network i/o, etc) if doing that kind of thing. |
|