mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-07 03:00:49 -08:00
Docs and clean up.
This commit is contained in:
parent
fc7c764d2d
commit
252f2bd922
4 changed files with 74 additions and 28 deletions
|
|
@ -54,7 +54,7 @@
|
|||
(defun query (connection-id script)
|
||||
"Execute SCRIPT on CONNECTION-ID, return value."
|
||||
(let ((uid (clog::generate-connection-id)))
|
||||
(clog::store-query uid nil)
|
||||
(clog::prep-query uid nil)
|
||||
(execute connection-id
|
||||
(format nil "ws.send (\"~A:\"+eval(\"~A\"));" uid script))
|
||||
(clog::wait-for-answer uid)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue