-
Notifications
You must be signed in to change notification settings - Fork 321
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
Comments
A small PR is coming shortly. |
mx990
added a commit
to mx990/xtext
that referenced
this issue
Nov 22, 2024
…text#3251 Avoid unnecessarily aquiring a lock on the UI thread if there are no model listeners in the Xtext document. Signed-off-by: Martin Jobst <[email protected]>
mx990
added a commit
to mx990/xtext
that referenced
this issue
Nov 25, 2024
…text#3251 Avoid unnecessarily aquiring a lock on the UI thread if there are no model listeners in the Xtext document. Signed-off-by: Martin Jobst <[email protected]>
mx990
added a commit
to mx990/xtext
that referenced
this issue
Nov 27, 2024
…text#3251 Avoid unnecessarily aquiring a lock on the UI thread if there are no model listeners in the Xtext document. Signed-off-by: Martin Jobst <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Avoid unnecessarily aquiring a lock on the UI thread if there are no model listeners in the Xtext document.
The text was updated successfully, but these errors were encountered: