crossoverJie / crossoverJie/JCSprout

线程池中你不容错过的细节 建议

Open
#168 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
26.8k
Forks
7k
PR merge metrics
No merged PRs in 30d

Description

'为什是 run() 而不是 start()'
Runnable 没有 start() 方法。Runnable 本身代表的是一个任务,Thread 代表线程,Thread 才可以 start()。

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the thread-pool documentation containing the quoted question “为什么是 run() 而不是 start()”. Clarify that Runnable represents a task and has no start() method, while Thread represents a thread and can be started; done means the documentation clearly preserves this distinction.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.