Slide 15
Slide 15 text
Threshold Read Example
Threshold Read Example
spawn(fun() -> Me !
derflow:read(GSetId, [1,2,3,4]) end),
{ok, _} = derflow:bind(GSetId, [1, 2, 3, 4]),
{ok, _} = derflow:bind(GSetId, [1, 2, 3, 4, 5]),
GSet2 = receive
{ok, [1, 2, 3, 4], _} = V1 ->
V1
end,
Meiklejohn (Basho / SyncFree) CRDT computation October 28, 2014 15 / 42