Skip to content

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

Description

@xiaoqingwanga

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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