mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
jupyter-ioloop-timeout: Add documentation
This commit is contained in:
parent
1e6e83c12e
commit
1e10e161b7
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ events have the same value as the return value of
|
|||
|
||||
(defvar jupyter-ioloop-timers nil)
|
||||
|
||||
(defvar jupyter-ioloop-timeout 200)
|
||||
(defvar jupyter-ioloop-timeout 200
|
||||
"Maximum time (in ms) to wait for polling events on `jupyter-ioloop-poller'.")
|
||||
|
||||
(defvar jupyter-ioloop--argument-types nil
|
||||
"Argument types added via `jupyter-ioloop-add-arg-type'.")
|
||||
|
|
Loading…
Add table
Reference in a new issue