(counted-thread-factory name-format daemon)
(counted-thread-factory name-format daemon {:keys [init-fn] :as opts})
Create a ThreadFactory that maintains a counter for naming Threads. name-format specifies thread names - use %d to include counter daemon is a flag for whether threads are daemons or not opts is an options map: init-fn - function to run when thread is created
Create a ThreadFactory that maintains a counter for naming Threads. name-format specifies thread names - use %d to include counter daemon is a flag for whether threads are daemons or not opts is an options map: init-fn - function to run when thread is created
Number of processors reported by the JVM
Number of processors reported by the JVM
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 |