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

Proposed fix for processes in multi-threaded environments #114

Merged
merged 2 commits into from
Aug 17, 2019

Conversation

BenjaminSchaaf
Copy link
Contributor

This fixes the issue by moving the list of watched processes into a global and using runInOwnerThread to trigger the desired thread. It does require a global mutex for process list modifications which could be an issue.

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

Successfully merging this pull request may close these issues.

None yet

2 participants