Update documentation for run as an on-close event

This commit is contained in:
David Botton 2024-06-03 09:04:47 -04:00
parent 02e6d029d0
commit 604c3e68d7

View file

@ -46,8 +46,11 @@
;;;;;;;;;
(defgeneric run (clog-body)
(:documentation "Keeps a connection thread alive to allow post
user close of connection / browser."))
(:documentation "Keeps the original connection thread alive to allow post
user close of connection / browser. Run returns when the browser
connection has been severed, acting like an on-close event, only lisp objects
still exist at this point and no queries can be made to browser or
DOM elements."))
(defmethod run ((obj clog-body))
(loop
(if (validp obj)