Skip to content

修改两处内容,具体见正文#1

Closed
MrlittleTim wants to merge 2 commits intomainfrom
dev
Closed

修改两处内容,具体见正文#1
MrlittleTim wants to merge 2 commits intomainfrom
dev

Conversation

@MrlittleTim
Copy link
Copy Markdown
Owner

  1. 修正了关于 LinkedBlockingQueue 的描述错误,指出 LinkedBlockingQueue 是有界阻塞队列,其默认长度为 Integer.MAX_VALUE 而非无界队列。
  2. 修正单词错误,SingleThreadExector 修正为 SingleThreadExecutor。

tim_zhangyu added 2 commits May 23, 2024 17:02
2. 去除DelayedWorkQueue中文名字中的"阻塞"二字,因为其自动扩容机制的存在,DelayedWorkQueue不会阻塞。
3. 修改DelayedWorkQueue扩容的表达,避免歧义。
4. 在常见阻塞队列中新增ArrayBlockingQueue
…长度为 Integer.MAX_VALUE 而非无界队列。

2. 修正单词错误,SingleThreadExector 修正为 SingleThreadExecutor。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant