has anyone tried to use coroutines within `Streami...
# coroutines
v
has anyone tried to use coroutines within
StreamingOutput
before?
with dropwizard/jersey
j
have bridged coroutines and
AsyncContext
to allow using `suspend fun`s as jersey async request handlers. not quite the same but maybe applicable? code is here: https://github.com/trib3/leakycauldron/blob/HEAD/server/src/main/kotlin/com/trib3/server/coroutine/