kofre.datatypes.CausalLastWriterWins
See theCausalLastWriterWins companion object
An LWW (Last Writer Wins) is a Delta CRDT modeling a register.
If two concurrent write operations occur, the resulting LWW takes on the value of the write operation with the later timestamp.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any