very good. because you mentioned Brian's book Java Concurrency in Practice, you or Brian should consider a 2nd edition, like Effective Java has multiple editions.
@essamal-mansouri26893 ай бұрын
That was excellent. I wish we got more info on scoped values but very informative and well presented. Worth the watch
@jajamulu2 ай бұрын
Great talk! The main takeaway for me is to wait adopting virtual threads until these improvements have made it into the JRE and the surrounding tooling
@costathoughts2 ай бұрын
It's an excellent talk. However, as a Golang and Java programmer, I would like to see Project Loom introduce a new structure type, such as channels on the Go side. Because we often exchange information between threads, it would be good to delegate this implementation to Java to handle it.
@TheGreyshack8 күн бұрын
there are blocking queues already in java (and synchronous queue)