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

refactor(lsp): contain language server state to worker thread #28067

Closed
wants to merge 6 commits into from

Conversation

nayeemrmn
Copy link
Collaborator

Builds on #28035.

Closes #18079.

@nayeemrmn nayeemrmn changed the title refactor(lsp): contain language server state to worker thread refactor(lsp): contain language server state to worker thread Feb 11, 2025
Comment on lines -1537 to -1539
// spawn due to the lsp's `Send` requirement
let fetch_result =
deno_core::unsync::spawn({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing all these spawn calls seems like a win

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's from #28035. We're likely not going with this approach (re the raw pointers)

@nayeemrmn nayeemrmn closed this Feb 12, 2025
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.

Remove Send requirement from the lsp
3 participants