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

Avoid unnecessary lock on UI thread with no model listeners #3251

Open
mx990 opened this issue Nov 22, 2024 · 1 comment · May be fixed by #3252
Open

Avoid unnecessary lock on UI thread with no model listeners #3251

mx990 opened this issue Nov 22, 2024 · 1 comment · May be fixed by #3252

Comments

@mx990
Copy link
Contributor

mx990 commented Nov 22, 2024

Avoid unnecessarily aquiring a lock on the UI thread if there are no model listeners in the Xtext document.

@mx990
Copy link
Contributor Author

mx990 commented Nov 22, 2024

A small PR is coming shortly.

mx990 added a commit to mx990/xtext that referenced this issue Nov 22, 2024


Avoid unnecessarily aquiring a lock on the UI thread if there are no
model listeners in the Xtext document.

Signed-off-by: Martin Jobst <martin.jobst@posteo.de>
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 a pull request may close this issue.

1 participant