Hi, can we use jdk21 virtual threads within ktor? ...
# ktor
m
Hi, can we use jdk21 virtual threads within ktor? Do I need to use a completable future to get result
h
Changing the dispatcher of the suspend call does not change the thread used by the engine, eg CIO always use IO. Maybe the Java client uses virtual threads, didn’t check it.