Package | Description |
---|---|
com.atlassian.bamboo.concurrent |
Class and Description |
---|
CalculatingBlockingReference
Retrieves a reference from a supplier.
|
CoalescingBlockedCallsReference
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.
|
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.