Java Utililty Methods AtomicBoolean

List of utility methods to do AtomicBoolean

Description

The list of methods to do AtomicBoolean are organized into topic(s).

Method

voidwaitForDelayedDrainNotify(AtomicBoolean drainNotifier)
wait For Delayed Drain Notify
synchronized (drainNotifier) {
    while (!drainNotifier.get()) {
        drainNotifier.wait();