Skip to content

Instantly share code, notes, and snippets.

@shafirov
Created September 3, 2013 15:34
Show Gist options
  • Save shafirov/6425517 to your computer and use it in GitHub Desktop.
Save shafirov/6425517 to your computer and use it in GitHub Desktop.
Kotlin in the wild
intercept { req, resp, cont ->
transaction {
cont(req, resp)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment