(default-rejected-fn runnable _)(execute pool f)(fork-cat pool fs)(pool &
{:keys [threads name limit thread-factory keep-alive-ms rejected-fn queue]
:or {threads (number-of-threads)
name "lasync-thread"
keep-alive-ms 60000
limit 1024
rejected-fn default-rejected-fn
thread-factory (thread-factory name)}})(submit pool f)(thread-factory name)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 |