Package com.atlassian.bamboo.concurrent
-
Class Summary Class Description AtomicUtils Deprecated. since 5.10 useAtomicUtilsinsteadBambooExecutors BambooLocks Deprecated. since 6.5 useBambooLocksBlockingSet<E> It fulfills the general Set contract, with one important difference: if an equal element already exists, insertion of an element is blocked until it can be inserted.BoundedSet<E> A bounded set.CalculatingBlockingReference<T> Retrieves a reference from a supplier.CoalescingBlockedCallsReference<T> get() on this reference has the following properties: When a call (call A) to get is made and is in progress, any get() call done while the call A is still pending will block the new call until call A is finished.RunningThread