mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -05:00
Use accept-process-output
This commit is contained in:
parent
6d48406eb5
commit
c3690eb2ea
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ on EVENT. If TIMEOUT is nil it defaults to 1 s."
|
|||
(or timeout (setq timeout 1))
|
||||
(with-timeout (timeout nil)
|
||||
(while (null (process-get ioloop event))
|
||||
(sleep-for 0.01))
|
||||
(accept-process-output ioloop 1))
|
||||
t))
|
||||
|
||||
(defun jupyter--start-ioloop (client)
|
||||
|
|
Loading…
Add table
Reference in a new issue