Skip to content

Instantly share code, notes, and snippets.

@hjerpbakk
Last active December 19, 2015 14:29
Show Gist options
  • Save hjerpbakk/5969259 to your computer and use it in GitHub Desktop.
Save hjerpbakk/5969259 to your computer and use it in GitHub Desktop.
title AsyncMethodCaller
participant "View Model" as vm
participant "Service" as service
vm -> service: CallMethodAndContinue
activate vm
activate service
alt Work completed
service -> vm: continueWith
else Exception occurred
service -> vm: failWith
end
deactivate service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment