Liking cljdoc? Tell your friends :D

catacumba.impl.executor

A basic abstraction for executor services.

A basic abstraction for executor services.
raw docstring

defaultclj

source

executeclj

(execute task)
(execute executor task)

Execute a task in a provided executor.

A task is a plain clojure function or jvm Runnable instance.

Execute a task in a provided executor.

A task is a plain clojure function or
jvm Runnable instance.
sourceraw docstring

IExecutorcljprotocol

source

IExecutorServicecljprotocol

source

submitclj

(submit task)
(submit executor task)

Submit a task to be executed in a provided executor and return a promise that will be completed with the return value of a task.

A task is a plain clojure function.

Submit a task to be executed in a provided executor
and return a promise that will be completed with
the return value of a task.

A task is a plain clojure function.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close