(Replying to PARENT post)
You'll still have the structured concurrency calls but that's much better than pure callback hell.
๐คjayd16๐2y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
They won't abandon async callback based code.
VT have too much memory overhead to be equivalent.
๐คwinrid๐2y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
https://helidon.io/nima
We've had two production bugs in the last two weeks caused by handlers blocking the server thread in apps using an async web framework, which would simply not have happened with a synchronous server.