RedSpider1 / concurrent

这是RedSpider社区成员原创与维护的Java多线程系列文章。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

实现Runnable接口--内容修订

GeTieJun opened this issue · comments

章节
第一篇
第二节
2.1.2 实现Runnable接口

相关截图或文字
image
这里启动线程方式不对

修正意见
new Thread(new MyThread()).start();

章节 第一篇 第二节 2.1.2 实现Runnable接口

相关截图或文字 image 这里启动线程方式不对

修正意见 new Thread(new MyThread()).start();

这个已经改过了哈。可以看github的内容或者去网站上看:http://concurrent.redspider.group/article/01/2.html