Skip to content

Commit 864dd3e

Browse files
author
Bozhidar Batsov
committed
Using sync-requests is not really discouraged
1 parent f768bf5 commit 864dd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrepl-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ REQUEST is a pair list of the form (\"op\" \"operation\" \"par1-name\"
896896
(process-send-string nil message))))
897897

898898
(defun nrepl-send-sync-request (request)
899-
"Send REQUEST to the nREPL server synchronously (discouraged).
899+
"Send REQUEST to the nREPL server synchronously.
900900
Hold till final \"done\" message has arrived and join all response messages
901901
of the same \"op\" that came along."
902902
(let* ((time0 (current-time))

0 commit comments

Comments
 (0)