ForkJoinPool.pollSubmission

Removes and returns the next unexecuted submission if one is available. This method may be useful in extensions to this class that re-assign work in systems with multiple pools.

@return the next submission, or {@code null} if none

class ForkJoinPool
protected
pollSubmission
()

Meta