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

bug_fix: arrayblockingqueue-source-code.md

This commit is contained in:
shenfc6 2024-11-05 19:47:54 +08:00 committed by GitHub
parent cb3afb381b
commit d4cbc98bd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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