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 is a website building & hosting documentation for Clojure/Script libraries
× close