Skip to content

fix(url): ensure main thread scheduling before fetching#1453

Merged
deathbeam merged 1 commit into
CopilotC-Nvim:mainfrom
deathbeam:fix-url
Oct 1, 2025
Merged

fix(url): ensure main thread scheduling before fetching#1453
deathbeam merged 1 commit into
CopilotC-Nvim:mainfrom
deathbeam:fix-url

Conversation

@deathbeam
Copy link
Copy Markdown
Collaborator

Call utils.schedule_main() before fetching URL data to ensure that subsequent operations run on the main thread. This prevents potential issues with asynchronous execution and improves reliability when accessing resources.

Call utils.schedule_main() before fetching URL data to ensure that
subsequent operations run on the main thread. This prevents potential
issues with asynchronous execution and improves reliability when
accessing resources.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
@deathbeam deathbeam merged commit 7a8e238 into CopilotC-Nvim:main Oct 1, 2025
3 of 4 checks passed
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.

1 participant