Guest User

Untitled

a guest
Aug 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. sync call from process with many incoming msgs
  2. replicate() ->
  3. {ok, Token} = db:ask_replicate(...),
  4. receive
  5. {replication_completed, Token} ->
  6. ok
  7. end
Add Comment
Please, Sign In to add comment