Package com.atlassian.jira.util.concurrent
package com.atlassian.jira.util.concurrent
-
ClassDescriptionA simple counter that can will cause threads calling the
BlockingCounter.await()method to block while its value is > 0.BoundedExecutor is an ExecutorService wrapper that bounds the number of runnables allowed in the execution queue.Deprecated.Deprecated.since v4.0 useConcurrentOperationMapImpldirectlyUtilities related to classes implementingScheduledExecutorServiceDeprecated.Switch toLazyReferenceinstead.
ConcurrentOperationMapdirectly.