Example usage for Java java.util.concurrent ForkJoinWorkerThread fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setName(String name) Changes the name of this thread to be equal to the argument name . |
void | setPriority(int newPriority) Changes the priority of this thread. |