Skip to content

Conversation

zpqrtbnk
Copy link
Contributor

This PR implements CountDownLatch.

@zpqrtbnk zpqrtbnk added Type: Feature Issue is a Feature Request. State: Review Please review this PR! labels Jan 15, 2024
@zpqrtbnk zpqrtbnk added this to the 5.4.0 milestone Jan 15, 2024
@zpqrtbnk zpqrtbnk requested a review from emreyigit January 15, 2024 13:37
Copy link

netlify bot commented Jan 15, 2024

Deploy Preview for silly-valkyrie-e996d9 failed.

Name Link
🔨 Latest commit bbfb404
🔍 Latest deploy log https://app.netlify.com/sites/silly-valkyrie-e996d9/deploys/65af7857f1743e0008908bae

@zpqrtbnk zpqrtbnk changed the title Implement CP CountDownLatch Implement CP CountDownLatch [API-253] Jan 15, 2024
return CountDownLatchTrySetCountCodec.DecodeResponse(responseMessage).Response;
}

public override async ValueTask DestroyAsync()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's keep the the coverage up. Could you also add a test for destroying?

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7ee3df8) 84.78% compared to head (bbfb404) 84.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #870      +/-   ##
==========================================
+ Coverage   84.78%   84.81%   +0.03%     
==========================================
  Files         923      923              
  Lines       21848    21852       +4     
==========================================
+ Hits        18523    18534      +11     
+ Misses       3325     3318       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zpqrtbnk zpqrtbnk merged commit 1b8274e into hazelcast:master Jan 24, 2024
@zpqrtbnk zpqrtbnk deleted the cp-countdownlatch branch January 24, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
State: Review Please review this PR! Type: Feature Issue is a Feature Request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants