IIUC we should synchronize read and write access to VFSWriter.
It almost feels like we might want to keep FileCollector thread-unsafe and move the responsibility (and the mutex) to client code.
Differential D78956
[WIP][FileCollector] FileCollector::Mutex jkorous on Apr 27 2020, 12:47 PM. Authored by
Details IIUC we should synchronize read and write access to VFSWriter. It almost feels like we might want to keep FileCollector thread-unsafe and move the responsibility (and the mutex) to client code.
Diff Detail Event Timeline
|
Yep. How about "Synchronizes the file mapping."?