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