Useful things that don't conceptually belong to one namespace.
Useful things that don't conceptually belong to one namespace.
(free-port)
Find a free port we can bind to.
Find a free port we can bind to.
(lapply sym & args)
Require the namespace of the symbol then apply the var with the args.
Require the namespace of the symbol then apply the var with the args.
(thread use-case & body)
Useful helper to run code in a thread but ensure errors are caught and logged correctly.
Useful helper to run code in a thread but ensure errors are caught and logged correctly.
(unique-name label)
Generates a unique prefixed name string with a label.
Generates a unique prefixed name string with a label.
(write stream data)
Write the full data to the stream and then flush the stream.
Write the full data to the stream and then flush the stream.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close