Skip to content

Instantly share code, notes, and snippets.

@xerial
Last active July 16, 2018 04:58
Show Gist options
  • Save xerial/00bca182fa0137a8c55490aa860fd793 to your computer and use it in GitHub Desktop.
Save xerial/00bca182fa0137a8c55490aa860fd793 to your computer and use it in GitHub Desktop.
import wvlet.airframe._
trait MyApp {
private val threadPool = bind[ThreadPool]
private val dbService = bind[DbService]
...
threadPool.submit(dbService.query("select ..."))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment