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 #3252

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mx990
Copy link
Contributor

@mx990 mx990 commented Nov 22, 2024

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

Closes #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 <martin.jobst@posteo.de>
Copy link

Test Results

  6 460 files    6 460 suites   3h 12m 13s ⏱️
 43 242 tests  42 657 ✅   584 💤  1 ❌
170 280 runs  167 897 ✅ 2 358 💤 24 ❌ 1 🔥

For more details on these failures, see this check.

Results for commit 7783fd5.

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.

Avoid unnecessary lock on UI thread with no model listeners
1 participant