Liking cljdoc? Tell your friends :D

pallet.futures

Keep track of operations started by pallet

Keep track of operations started by pallet
raw docstring

addclj

(add futures)

Add a sequence of futures to the list of pending operations. Returns its argument.

Add a sequence of futures to the list of pending operations. Returns
its argument.
sourceraw docstring

cancel-allclj

(cancel-all)

Cancel all pending parallel operations

Cancel all pending parallel operations
sourceraw docstring

deref-with-loggingclj

(deref-with-logging f operation-label)

Deref a future with logging, returning nil if exception thrown. operation-label appears in each log message generated.

Deref a future with logging, returning nil if exception thrown.
`operation-label` appears in each log message generated.
sourceraw docstring

remove-completedclj

(remove-completed)

Remove completed futures.

Remove completed futures.
sourceraw docstring

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

× close