Factory for creating new ForkJoinWorkerThreads. A ForkJoinWorkerThreadFactory must be defined and used for ForkJoinWorkerThread subclasses that extend base functionality or initialize threads with different contexts.
Factory for creating new ForkJoinWorkerThreads. A ForkJoinWorkerThreadFactory must be defined and used for ForkJoinWorkerThread subclasses that extend base functionality or initialize threads with different contexts.
(new-thread this pool)
Returns a new worker thread operating in the given pool.
pool - the pool this thread works in - java.util.concurrent.ForkJoinPool
returns: the new worker thread - java.util.concurrent.ForkJoinWorkerThread
throws: java.lang.NullPointerException - if the pool is null
Returns a new worker thread operating in the given pool. pool - the pool this thread works in - `java.util.concurrent.ForkJoinPool` returns: the new worker thread - `java.util.concurrent.ForkJoinWorkerThread` throws: java.lang.NullPointerException - if the pool is null
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 |