Liking cljdoc? Tell your friends :D

concurrently.core


Cancellablecljprotocol

cancelclj

(cancel job)
source

chainclj

(chain source-ch xf & [ex-handler])

Create a channel supplied a transducer.

Create a channel supplied a transducer.
sourceraw docstring

cleanup-in-backgroundclj

(cleanup-in-background ch)

Slurp all data in a channel and abandon them silently.

Slurp all data in a channel and abandon them silently.
sourceraw docstring

concatclj

(concat ch & chs)

Connect a channel to a tail of another channel.

Connect a channel to a tail of another channel.
sourceraw docstring

concurrent-jobclj

(concurrent-job channel)
(concurrent-job channel id)
source

concurrent-process-blockingclj

(concurrent-process-blocking parallel-count output-ch f input-ch)
source

concurrentlyclj

(concurrently {:keys [input-ch] :as context} items-ch options)
source

current-concurrent-countclj

source

data-end?clj

(data-end? boxed)
source

get-resultsclj

(get-results ch
             &
             [{catch-fn :catch
               finally-fn :finally
               context-name :context-name
               timeout-ms :timeout-ms
               :or {context-name "none" timeout-ms 120000}}])
source

job-cancelled?clj

(job-cancelled? transaction-id)
source

jobsclj

source

take-or-throw!cljmacro

(take-or-throw! result-ch timeout-ms & [context-name])
source

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

× close