Liking cljdoc? Tell your friends :D

difo.threading


measureclj

(measure into f)

Measures how long f takes to execute, placing results inside an Atom provided through into, returning the value of f.

Measures how long `f` takes to execute, placing results inside an Atom
provided through `into`, returning the value of `f`.
sourceraw docstring

set-nameclj

(set-name & name)

Sets the name of the current thread to the name provided.

Sets the name of the current thread to the name provided.
sourceraw docstring

take!!clj

(take!! ch)

Blocks the current thread until an item is obtained from ch

Blocks the current thread until an item is obtained from `ch`
sourceraw docstring

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