Variable: eglot--inflight-async-requests

eglot--inflight-async-requests is a buffer-local variable defined in eglot.el.gz.

Documentation

An plist of symbols to lists of JSONRPC ids.

The ids designate in-flight asynchronous requests that may be cancelled according to eglot-advertise-cancellation.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar-local eglot--inflight-async-requests nil
  "An plist of symbols to lists of JSONRPC ids.
The ids designate in-flight asynchronous requests that may be cancelled
according to `eglot-advertise-cancellation'.")