Open nipafx opened 1 year ago
What is concurrent programming? Why do we do it? How do we do it safely? On the latter question, there's lots to explore:
Basically, everything in a java.util.concurrent.* package.
java.util.concurrent.*
As there doesn't seem to be an article on the concept of threads, it might make sense to introduce that as well.
We have at least one article on virtual threads, now.
What is concurrent programming? Why do we do it? How do we do it safely? On the latter question, there's lots to explore:
Basically, everything in a
java.util.concurrent.*
package.