Function: jsonrpc-shutdown

jsonrpc-shutdown is a byte-compiled function defined in jsonrpc.el.gz.

Signature

(jsonrpc-shutdown CONN)

Documentation

Shutdown the JSONRPC connection CONN.

Implementations

((conn jsonrpc-process-connection) &optional cleanup) in `jsonrpc.el'.

Wait for JSONRPC connection CONN to shutdown. With optional CLEANUP, kill any associated buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/jsonrpc.el.gz
;;; API optional
(cl-defgeneric jsonrpc-shutdown (conn)
  "Shutdown the JSONRPC connection CONN.")