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

Mac Compatibility: Can we have the equivalent of the Windows Sleep function? #1

Open
DecimalTurn opened this issue Sep 23, 2021 · 1 comment

Comments

@DecimalTurn
Copy link
Owner

Currently, the Windows version of the tool makes use of the Windows API Sleep Function to avoid using too much CPU while operating. The Mac version of the code doesn't have anything like that for the moment and this must affect the performance negatively on Mac.

Since I don't have a Mac, I can't really test this, but if someone wants to make a pull request to try to add this feature for Mac, that would be really appreciated.

Based on this page, it might be possible using MacScript.

@DecimalTurn
Copy link
Owner Author

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

1 participant