Keep track of operations started by pallet
Keep track of operations started by pallet
(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.
(cancel-all)
Cancel all pending parallel operations
Cancel all pending parallel operations
(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.
(remove-completed)
Remove completed futures.
Remove completed futures.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close