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

Add "main thread" validation #15

Closed
httpdigest opened this issue Aug 18, 2017 · 0 comments
Closed

Add "main thread" validation #15

httpdigest opened this issue Aug 18, 2017 · 0 comments

Comments

@httpdigest
Copy link
Member

Certain methods (like the window-related GLFW methods) may only be called in the main thread. We currently have no validation for this.
Since the Java Agent's premain method is started very early in the VM startup process in the main thread, we certainly know which thread is the main thread.

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

No branches or pull requests

1 participant