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

Move schematic loading to separate thread. #7

Open
gameboys245 opened this issue Dec 30, 2020 · 1 comment
Open

Move schematic loading to separate thread. #7

gameboys245 opened this issue Dec 30, 2020 · 1 comment

Comments

@gameboys245
Copy link

When i am loading in a large schematic Windows auto-closes mine-imator for not responding. This can be fixed by moving the schematic loading to separate thread that reports back to the main thread. This way the program can continue to respond and load schematics.

@Nimikita
Copy link
Collaborator

Nimikita commented Jan 3, 2021

Mine-imator uses GameMaker which compiles single-threaded games/apps. While through external functions multi-threading is semi-possible, it's limited in what data the program can retrieve from other threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants