A basic abstraction for executor services.
A basic abstraction for executor services.
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |