Liking cljdoc? Tell your friends :D
Clojure only.

jdk.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory

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.
raw docstring

new-threadclj

(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
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close