mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 16:01:37 -05:00
jupyter-pseudo-bind-content: Mention errors in doc
This commit is contained in:
parent
162a0969b9
commit
fa43656632
1 changed files with 3 additions and 1 deletions
|
@ -300,7 +300,9 @@ publisher providing content."
|
|||
(defun jupyter-pseudo-bind-content (pub-fn content subs)
|
||||
"Apply PUB-FN on submitted CONTENT to produce published content.
|
||||
Call each subscriber in SUBS on the published content, remove
|
||||
those subscribers that cancel their subscription."
|
||||
those subscribers that cancel their subscription.
|
||||
|
||||
Errors signaled by a subscriber are demoted to messages."
|
||||
(pcase (funcall pub-fn content)
|
||||
((and `(content ,_) sub-content)
|
||||
(while subs
|
||||
|
|
Loading…
Add table
Reference in a new issue