We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768bf5 commit 864dd3eCopy full SHA for 864dd3e
nrepl-client.el
@@ -896,7 +896,7 @@ REQUEST is a pair list of the form (\"op\" \"operation\" \"par1-name\"
896
(process-send-string nil message))))
897
898
(defun nrepl-send-sync-request (request)
899
- "Send REQUEST to the nREPL server synchronously (discouraged).
+ "Send REQUEST to the nREPL server synchronously.
900
Hold till final \"done\" message has arrived and join all response messages
901
of the same \"op\" that came along."
902
(let* ((time0 (current-time))
0 commit comments