Liking cljdoc? Tell your friends :D

hyperphor.multitool.background


call-in-backgroundclj

(call-in-background thunk)
source

in-backgroundclj

(in-background thunk success-cont fail-cont error-logger)

Run thunk in the background. Call success-cont with the value and log or fail-cont with the exception and log. error-logger is usually log/error, but I'm trying to hold down dependencies

Run thunk in the background.
Call success-cont with the value and log
   or fail-cont with the exception and log.
  error-logger is usually log/error, but I'm trying to hold down dependencies
sourceraw docstring

not-in-backgroundclj

(not-in-background thunk success-cont fail-cont error-logger)

API As above but done in-thread. For debugging

API As above but done in-thread. For debugging
sourceraw docstring

thread-poolclj

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close