java / devjava-content

56 stars 17 forks source link

[Request] Introduction to concurrency in Java #10

Open nipafx opened 1 year ago

nipafx commented 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.

danthe1st commented 6 months ago

As there doesn't seem to be an article on the concept of threads, it might make sense to introduce that as well.

nipafx commented 5 months ago

We have at least one article on virtual threads, now.