Updated README.md

Added link back to the article: https://www.baeldung.com/java-producer-consumer-problem
This commit is contained in:
Asjad J 2022-03-01 09:13:20 +05:00 committed by GitHub
parent 5582611107
commit ca1feef04f
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@
- [Bad Practices With Synchronization](https://www.baeldung.com/java-synchronization-bad-practices)
- [Start Two Threads at the Exact Same Time in Java](https://www.baeldung.com/java-start-two-threads-at-same-time)
- [Volatile Variables and Thread Safety](https://www.baeldung.com/java-volatile-variables-thread-safety)
- [Producer-Consumer Problem With Example in Java](https://www.baeldung.com/java-producer-consumer-problem)