ForkJoinWorkerThread.this

Creates a ForkJoinWorkerThread operating in the given pool.

@param pool the pool this thread works in @throws NullPointerException if pool is null

  1. this(ForkJoinPool pool)
    class ForkJoinWorkerThread
    protected
    this
  2. this(ForkJoinPool pool, ThreadGroupEx threadGroup)

Meta