JimmyCushnie/JECS

Write data to disk on a separate thread

JimmyCushnie opened this issue · 0 comments

The main trouble is concurrency: if multiple "save file" commands are issued very quickly, they absolutely must be executed in the order they were called, lest outdated data be saved to disk