Module req_queue

Source
Expand description

The request-response queue for the LSP server.

This is stolen from the lsp-server crate for customization.

Structsยง

Incoming
The incoming request queue.
Outgoing
The outgoing request queue.
ReqQueue
Manages the set of pending requests, both incoming and outgoing.