Open ktoso opened 4 years ago
Would be nice to model the merge formally, to sanity check we're not missing any edge case.
The merges are generally simple, except for removal which involves some special handling.
See https://github.com/apple/swift-distributed-actors/tree/master/Models for other model examples
Would be nice to model the merge formally, to sanity check we're not missing any edge case.
The merges are generally simple, except for removal which involves some special handling.