Utility classes commonly useful in concurrent programming.
-
Returns the parent of this phaser, or null
if none.
Returns the root ancestor of this phaser, which is the same as
this phaser if it has no parent.
Creates a new phaser with the given parent and number of
registered unarrived parties.