Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write data to disk on a separate thread #42

Open
JimmyCushnie opened this issue Oct 15, 2022 · 0 comments
Open

Write data to disk on a separate thread #42

JimmyCushnie opened this issue Oct 15, 2022 · 0 comments
Labels
feature/enhancement New feature or request

Comments

@JimmyCushnie
Copy link
Owner

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

@JimmyCushnie JimmyCushnie added the feature/enhancement New feature or request label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant