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

Implement AWORMap#remove/2 #11

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Conversation

dinoplatogo
Copy link
Contributor

No description provided.

@dinoplatogo dinoplatogo self-assigned this Nov 4, 2024
@@ -0,0 +1,77 @@
defmodule CRDT.FWWRegister do
@moduledoc """
A last-write-wins register
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
A last-write-wins register
A first-write-wins register

@dinoplatogo dinoplatogo force-pushed the feature/add-remove-to-awor-map branch 2 times, most recently from 2902e55 to 5419396 Compare November 5, 2024 07:49
@dinoplatogo dinoplatogo changed the title Implement AWORMap#remove/2 Implement AWORMap#remove/2 and FWWRegister Nov 5, 2024
@dinoplatogo dinoplatogo force-pushed the feature/add-remove-to-awor-map branch from 5419396 to 9773ce2 Compare November 5, 2024 09:46
@dinoplatogo dinoplatogo changed the title Implement AWORMap#remove/2 and FWWRegister Implement AWORMap#remove/2 Nov 5, 2024
@dinoplatogo dinoplatogo merged commit bb6ec82 into main Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants