1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2522 from shenfc6/main

bug_fix: arrayblockingqueue-source-code.md
This commit is contained in:
Guide 2024-11-06 15:00:14 +08:00 committed by GitHub
commit 9727850449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,8 +119,8 @@ public class ProducerConsumerExample {
生产者添加元素2 生产者添加元素2
消费者取出元素1 消费者取出元素1
消费者取出元素2 消费者取出元素2
消费者取出元素3
生产者添加元素3 生产者添加元素3
消费者取出元素3
生产者添加元素4 生产者添加元素4
生产者添加元素5 生产者添加元素5
消费者取出元素4 消费者取出元素4