<@U092308M7> Thanks for the explanation! I recentl...
# ktor
d
@orangy Thanks for the explanation! I recently opened an issue for integration w/ Vert.x, but I don't see anything that really came out of it... an instance of Vertx needs to be passed to the client, inheriting its own dispatcher... Currently I'm using
CommonPool
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?