ForkJoinPool.getAsyncMode

Returns {@code true} if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.

@return {@code true} if this pool uses async mode

class ForkJoinPool
bool
getAsyncMode
()

Meta