Uses of Package
com.atlassian.bamboo.concurrent
Packages that use com.atlassian.bamboo.concurrent
-
Classes in com.atlassian.bamboo.concurrent used by com.atlassian.bamboo.concurrentClassDescriptionRetrieves a reference from a supplier.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.