Skip to content

Conversation

@bbakerman
Copy link
Member

Just to explain the CAS atomic load requirement more

@bbakerman bbakerman added this to the 6.0.0 milestone Oct 26, 2025
ctx.onDispatched();
cachedFuture.whenComplete(ctx::onCompleted);
return cachedFuture;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code was common in 3 spots

assertThat(cacheMap.containsKey(1), equalTo(false));
assertThat(cacheMap.containsKey(2), equalTo(false));
assertThat(cacheMap.containsKey(3), equalTo(false));
assertThat(cacheMap.containsKey(4), equalTo(false));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some more tests for coverage reasons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants