Package net.jodah.concurrentunit.internal
package net.jodah.concurrentunit.internal
-
ClassDescriptionA circuit that accepts re-entrant
ReentrantCircuit.open()
andReentrantCircuit.close()
calls, allows waiting threads to be interrupted, and ensures fairness when releasingwaiting
threads.Synchronization state of 0 = closed, 1 = open.