removeAllWithImmediateResume

fun removeAllWithImmediateResume(waitStats: Boolean = true)

Removes the entities from the queue and tells it to resume its process immediately, without being scheduled through the event loop. This may be useful to coordinate processes that occur at the same time.

Parameters

waitStats

if true the waiting time statistics are collected on the usage of the queue