Hold Queue
This class is designed to hold entities that are waiting within a process.
Constructors
Functions
Removes and resumes all the entities waiting in the queue
Removes and terminates all the entities waiting in the queue
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.
Removes the entity 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.
Removes the entity from the queue and tells it to resume its process
Removes the entity from the queue and tells it to terminate its process. The process that was suspended because the entity was placed in the queue is immediately terminated.