JimmyCushnie / JECS

Jimmy's Epic Config System
Do What The F*ck You Want To Public License
154 stars 16 forks source link

Write data to disk on a separate thread #42

Open JimmyCushnie opened 1 year ago

JimmyCushnie commented 1 year ago

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