Function: jsonrpc-forget-pending-continuations

jsonrpc-forget-pending-continuations is a byte-compiled function defined in jsonrpc.el.gz.

Signature

(jsonrpc-forget-pending-continuations CONNECTION)

Documentation

Stop waiting for responses from the current JSONRPC CONNECTION.

Source Code

;; Defined in /usr/src/emacs/lisp/jsonrpc.el.gz
(defun jsonrpc-forget-pending-continuations (connection)
  "Stop waiting for responses from the current JSONRPC CONNECTION."
  (clrhash (jsonrpc--request-continuations connection)))