thread-safe read/write operation on a file in c++

前端 未结 0 1403
后悔当初
后悔当初 2020-11-28 22:35

I’m writing a concurrency program that manage multiple files. I would like to keep every read/write operation atomic on the same file, so just a single thread at a time is a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题