WorkQueue.isEmpty

Provides a more accurate estimate of whether this queue has any tasks than does queueSize, by checking whether a near-empty queue has at least one unclaimed task.

class WorkQueue
final
bool
isEmpty
()

Meta