Hacker News new | ask | show | jobs
by okeuro49 973 days ago
> Ideally, you don't have blocking APIs at all. There isn't any reason nowadays.

If you're working with the JVM, you can write simpler blocking code that is also performant through virtual threads.