Hacker News new | ask | show | jobs
by PH95VuimJjqBqy 830 days ago
how would you define concurrent access to a filesystem?

That's a serious question, if I open a file for reading and another process writes to it, exactly how is the C++ standards supposed to protect against that?