Does ktor use anything not supported by GraalVM?
# ktor
k
Does ktor use anything not supported by GraalVM?
c
I think nobody tried
And have no idea what it does support/not support. Most likely server engines (netty, jetty) rely on Unsafe
a
@Kenneth I think it is not supported because of coroutines https://github.com/oracle/graal/issues/477