signal
Signals the entities that match the predicate to resume their processes if they are waiting for the signal.
Parameters
the list of entities to signal
the priority associated with their resumption.
Signals the entities in the list to resume their processes if they are waiting for the signal.
Parameters
the list of entities to signal
the priority associated with their resumption.
Use this to signal a specific entity to move in its process. The entity removes itself from the waiting condition.
Parameters
the entity to signal
to use to order resumptions that occur at the same time
The entity removes itself from the waiting condition. If there are no entities, or the rank is out of range, then nothing happens (no signal)
Parameters
the rank goes from 0 to size-1
to use to order resumptions that occur at the same time
The entities remove themselves from the waiting condition.
Parameters
the range associated with the signal
to use to order resumptions that occur at the same time