Skip to content

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

@xiaoqingwanga

Description

@xiaoqingwanga

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions