Also, it would be great in general if there would ...
# micronaut
d
Also, it would be great in general if there would be some
MethodInterceptor
that runs very early that could convert a
suspend fun
to a
CompletableFuture
, at least for temporary support until hopefully something that actually uses all the benefits of coroutines....