<@U2E974ELT> does it make sense if I do something ...
# coroutines
a
@elizarov does it make sense if I do something like override fun handle(path: String?, baseRequest: Request, request: HttpServletRequest, response: HttpServletResponse?) { val context: CoroutineContext = baseRequest.getAttribute("org.mbte.http.CoroutineContext") as CoroutineContext async(context + Unconfined) { .... } }