Skip to content

Instantly share code, notes, and snippets.

@arkadius
Created August 4, 2014 19:59
Show Gist options
  • Save arkadius/206cf91e421a954ef8d3 to your computer and use it in GitHub Desktop.
Save arkadius/206cf91e421a954ef8d3 to your computer and use it in GitHub Desktop.
def startService(in: In)(implicit progress: MultiPhasedProgress) {
progress.inPhase("Preparing data") {
prepareData(in)
(...)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment