In case it comes in handy, I wrote a feature to ma...
# ktor
m
In case it comes in handy, I wrote a feature to manage setting threadlocals in the request coroutine context (should be available in jcenter shortly). Handy for integrating with plain Java things that need data via threadlocal instead of via coroutine context. https://bitbucket.org/marshallpierce/ktor-threadlocal-coroutine-context/src/master/
👍 1