Loom.CRDT protocol
Implement this callback to compose new CRDT’s.
Summary
apply(crdt, op) | Apply an op to a CRDT |
join(a, b) | Join 2 CRDT’s |
ops(crdt) | A list of supported operations |
value(crdt) | Returns a natural value |
Implement this callback to compose new CRDT’s.
apply(crdt, op) | Apply an op to a CRDT |
join(a, b) | Join 2 CRDT’s |
ops(crdt) | A list of supported operations |
value(crdt) | Returns a natural value |