Comment on Background job queues and priorities may be the wrong pathparentComments−okeuro492yIdeally, 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.
Comments
If you're working with the JVM, you can write simpler blocking code that is also performant through virtual threads.