i made a small tech demo for running Javalin on Pr...
# feed
t
i made a small tech demo for running Javalin on Project Loom: https://github.com/tipsy/loomylin
👍 3
s
Nice.. https://github.com/jetty-project/jetty-loom/blob/master/src/main/java/org/eclipse/jetty/loom/LoomThreadPool.java#L29-L32 - The official repo uses
onSpinWait
than
awaitTermination
. Are there any differences?
t
good question, i have no idea!
i didn't know they had an official implementation, i should just steal that