Skip to content
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

New implementation of coordination service #236

Merged
merged 45 commits into from
Feb 26, 2024
Merged

New implementation of coordination service #236

merged 45 commits into from
Feb 26, 2024

Conversation

alex268
Copy link
Member

@alex268 alex268 commented Feb 21, 2024

No description provided.

@alex268 alex268 self-assigned this Feb 21, 2024
public interface CoordinationSession {
public interface CoordinationSession extends AutoCloseable {
enum State {
UNSTARTED(false, false),
Copy link
Collaborator

Choose a reason for hiding this comment

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

INITIAL

@alex268 alex268 merged commit cb90288 into develop Feb 26, 2024
7 checks passed
@alex268 alex268 deleted the coord_session branch February 26, 2024 11:37
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.

4 participants