Skip to content

feat!: async requests and request cancelling#67

Merged
mhanberg merged 1 commit into
mainfrom
async
Jul 3, 2025
Merged

feat!: async requests and request cancelling#67
mhanberg merged 1 commit into
mainfrom
async

Conversation

@mhanberg
Copy link
Copy Markdown
Collaborator

@mhanberg mhanberg commented Jul 3, 2025

BREAKING: The handle_request, handle_notification, and handle_info
callbacks are now run in their own process. The %LSP{} token has a new
field to hold the server's pid, so if you need to register other
processes to send it messages, you can use that intead of self()

BREAKING: The handle_request, handle_notification, and handle_info
callbacks are now run in their own process. The %LSP{} token has a new
field to hold the server's pid, so if you need to register other
processes to send it messages, you can use that intead of `self()`
@mhanberg mhanberg merged commit 8096c5d into main Jul 3, 2025
8 checks passed
@mhanberg mhanberg deleted the async branch July 3, 2025 03:21
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