We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62601a commit 0da4dcdCopy full SHA for 0da4dcd
producer-consumer/README.md
@@ -181,10 +181,6 @@ Program output:
181
08:10:17.483 [pool-1-thread-5] INFO com.iluwatar.producer.consumer.Consumer -- Consumer [Consumer_2] consume item [10] produced by [Producer_1]
182
```
183
184
-## Detailed Explanation of Producer-Consumer Pattern with Real-World Examples
185
-
186
-
187
188
## When to Use the Producer-Consumer Pattern in Java
189
190
* When you need to manage a buffer or queue where producers add data and consumers take data, often in a multithreaded environment.
0 commit comments