Skip to content
Snippets Groups Projects
Commit d475a227 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

swarm: clean APIs

Pass all methods in async and on the io pool if they write into
the repository. Moreover, now MessageReceived guarantees to be
ordered if announced. e.g. if a parrallel merge and commit are done
previously if the merge was done before the commit you could receives
MessageReceived(merge) after MessageReceived(commit). Now it's
impossible. So the linearizedParent is guaranteed to be announced
before.

Change-Id: If4b94f19f5bf5abd4841fc19074231e3411e077d
parent c216e3e8
No related branches found
No related tags found
No related merge requests found
Showing
with 401 additions and 195 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment