(add-callback link key pred handler)
adds a callback to the link
adds a callback to the link
(link-active link)
gets the calls that are active
gets the calls that are active
(link-create-worker worker-url active callbacks)
helper function to create a worker
helper function to create a worker
(link-listener e active callbacks)
constructs a link listener
constructs a link listener
(link-listener-call data active)
resolves a call to the link
resolves a call to the link
(link-listener-event data callbacks)
notifies all registered callbacks
notifies all registered callbacks
(list-callbacks link)
lists all callbacks on the link
lists all callbacks on the link
(post-eval link body & [async id])
posts to worker, works in conjuction with async-post
posts to worker, works in conjuction with async-post
(remove-callback link key)
removes a callback on the link
removes a callback on the link
(wait-eval link body & [async id])
posts code to worker with eval
posts code to worker with eval
(wait-post worker body & [action opts id])
posts code to worker
posts code to worker
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close