dave08
01/28/2018, 2:38 PMCommonPool
w/ one of my non-db services w/ Ktor, is there some other CoroutineContext
in Ktor (for async operations) I should be using instead (it's AWS s3 lib.. which is probably blocking, and also a file metadata extractor...)?
If no other viable alternatives, (I already searched...) what's the recommended way to use Exposed
or Jdbc
w/ Ktor?