JimmyCushnie / JECS

Jimmy's Epic Config System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write data to disk on a separate thread

JimmyCushnie opened this issue · 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