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 f11bd7da0f
commit 61b72e0de2

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)