crdt
crdt copied to clipboard
Make decisions for LWW-e-set based on value of BiasType
Currently, the implemented LWW-e-set CvRDT ensures that Adds always wins over Removes. The ability to control this should rely on the value of BiasType
key that is passed in while creating a new object of type LWWSet
.