ForkJoinPool.hasQueuedSubmissions

Returns {@code true} if there are any tasks submitted to this pool that have not yet begun executing.

@return {@code true} if there are any queued submissions

class ForkJoinPool
bool
hasQueuedSubmissions
()

Meta