Liking cljdoc? Tell your friends :D

propel.util

Useful things that don't conceptually belong to one namespace.

Useful things that don't conceptually belong to one namespace.
raw docstring

dieclj

(die & msg)
source

errorclj

(error err & msg)
source

free-portclj

(free-port)

Find a free port we can bind to.

Find a free port we can bind to.
sourceraw docstring

lapplyclj

(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.
sourceraw docstring

logclj

(log & msg)
source

threadcljmacro

(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.
sourceraw docstring

unique-nameclj

(unique-name label)

Generates a unique prefixed name string with a label.

Generates a unique prefixed name string with a label.
sourceraw docstring

writeclj

(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.
sourceraw docstring

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

× close