(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`.
(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.
(take!! ch)
Blocks the current thread until an item is obtained from ch
Blocks the current thread until an item is obtained from `ch`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |