Skip to content

git_ui: Introduce explicit yield points for project diff#43706

Merged
Veykril merged 1 commit intomainfrom
push-vzsuqyrotxzt
Nov 28, 2025
Merged

git_ui: Introduce explicit yield points for project diff#43706
Veykril merged 1 commit intomainfrom
push-vzsuqyrotxzt

Conversation

@Veykril
Copy link
Member

@Veykril Veykril commented Nov 28, 2025

These are long running foreground tasks that tend to not have pending await points, meaning once we start executing them they will never reschedule themselves, starving the foreground thread.

Release Notes:

  • Improved git project diff responsiveness

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Nov 28, 2025
@Veykril Veykril enabled auto-merge (squash) November 28, 2025 07:31
@Veykril Veykril merged commit fc213f1 into main Nov 28, 2025
23 checks passed
@Veykril Veykril deleted the push-vzsuqyrotxzt branch November 28, 2025 07:46
11happy pushed a commit to 11happy/zed that referenced this pull request Dec 1, 2025
…ies#43706)

These are long running foreground tasks that tend to not have pending
await points, meaning once we start executing them they will never
reschedule themselves, starving the foreground thread.

Release Notes:

- Improved git project diff responsiveness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant