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.

View in manual

Implementations

(jsonrpc-shutdown (CONN jsonrpc-process-connection) &optional CLEANUP) in `jsonrpc.el'.

Wait for JSONRPC connection CONN to shutdown. With optional CLEANUP, kill any associated buffers. If CONN is not shutdown within a reasonable amount of time, warn and delete the network process.

Source Code

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