(mock-init listener routes suppress)
initialises the mock worker
initialises the mock worker
(mock-send mock message)
sends a request to the mock worker
sends a request to the mock worker
(new-mock listener)
creates a new mock worker
(!.js (internal/new-mock k/identity)) => {"::" "worker.mock", "listeners" [nil]}
creates a new mock worker (!.js (internal/new-mock k/identity)) => {"::" "worker.mock", "listeners" [nil]}
(worker-handle-async worker f op id body)
worker function for handling async tasks
worker function for handling async tasks
(worker-init worker input-fn)
initiates the worker routes
initiates the worker routes
(worker-init-post worker body)
posts an init message
posts an init message
(worker-process worker input)
processes various types of routes
processes various types of routes
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close