Variable: nrepl-ongoing-sync-request
nrepl-ongoing-sync-request is a variable defined in nrepl-client.el.
Value
nil
Documentation
Dynamically bound to t while a sync request is ongoing.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defvar nrepl-ongoing-sync-request nil
"Dynamically bound to t while a sync request is ongoing.")