Liking cljdoc? Tell your friends :D

js.cell.base-internal


mock-initclj

(mock-init listener routes suppress)

initialises the mock worker

initialises the mock worker
raw docstring

mock-sendclj

(mock-send mock message)

sends a request to the mock worker

sends a request to the mock worker
raw docstring

MODULEclj


new-mockclj

(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]}
raw docstring

worker-handle-asyncclj

(worker-handle-async worker f op id body)

worker function for handling async tasks

worker function for handling async tasks
raw docstring

worker-initclj

(worker-init worker input-fn)

initiates the worker routes

initiates the worker routes
raw docstring

worker-init-postclj

(worker-init-post worker body)

posts an init message

posts an init message
raw docstring

worker-processclj

(worker-process worker input)

processes various types of routes

processes various types of routes
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close