You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve performance of inf-clojure--process-response and close#89
Introduce double checking in the busy wait that detects if the inf-clojure
process (the REPL) has completed and sent back everything. This removes the
slowness that was triggered by having accept-process-output in the while body:
we can take advantage now of its output to wait as well.
0 commit comments