ForkJoinTask.inForkJoinPool

Returns {@code true} if the current thread is a {@link ForkJoinWorkerThread} executing as a ForkJoinPool computation.

@return {@code true} if the current thread is a {@link ForkJoinWorkerThread} executing as a ForkJoinPool computation, or {@code false} otherwise

class ForkJoinTask(V)
static
bool
inForkJoinPool
()

Meta