Skip to content

Implemented issue 5742 #5784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

allanhaywood
Copy link
Contributor

Implemented the following methods for
AtommicDouble and AtomicDoubleArray

accumulateAndGet
getAndAccumulate
updateAndGet
getAndUpdate

with test coverage

Implemented the following methods for AtommicDouble and
AtomicDoubleArray
accumulateAndGet
getAndAccumulate
updateAndGet
getAndUpdate

with test coverage
@google-cla google-cla bot added the cla: no label Nov 21, 2021
@allanhaywood
Copy link
Contributor Author

I've re-filled out the CLA, it was missing the same email address used with github.

@netdpb
Copy link
Member

netdpb commented Nov 23, 2021

We're importing this PR into our internal codebase, with some small changes. It'll eventually get synced out and attributed to you. Thanks!

copybara-service bot pushed a commit that referenced this pull request Nov 24, 2021
`AtomicDouble` and `AtomicDoubleArray`:

* `accumulateAndGet`
* `getAndAccumulate`
* `updateAndGet`
* `getAndUpdate`

Closes #5784.
Fixes #5742.

RELNOTES=Implement accumulate/update methods for `AtomicDouble` and `AtomicDoubleArray`.
PiperOrigin-RevId: 411866277
copybara-service bot pushed a commit that referenced this pull request Nov 24, 2021
`AtomicDouble` and `AtomicDoubleArray`:

* `accumulateAndGet`
* `getAndAccumulate`
* `updateAndGet`
* `getAndUpdate`

Closes #5784.
Fixes #5742.

RELNOTES=Implement accumulate/update methods for `AtomicDouble` and `AtomicDoubleArray`.
PiperOrigin-RevId: 411866277
copybara-service bot pushed a commit that referenced this pull request Nov 24, 2021
`AtomicDouble` and `AtomicDoubleArray`:

* `accumulateAndGet`
* `getAndAccumulate`
* `updateAndGet`
* `getAndUpdate`

Closes #5784.
Fixes #5742.

RELNOTES=Implement accumulate/update methods for `AtomicDouble` and `AtomicDoubleArray`.
PiperOrigin-RevId: 411866277
@allanhaywood
Copy link
Contributor Author

We're importing this PR into our internal codebase, with some small changes. It'll eventually get synced out and attributed to you. Thanks!

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants