auto commit

This commit is contained in:
CyC2018 2018-03-08 17:47:54 +08:00
parent fd4343b7dd
commit b3deef0db6

View File

@ -40,6 +40,7 @@
实现 Runnable 和 Callable 接口的类只能当做一个可以在线程中运行的任务,不是真正意义上的线程,因此最后还需要通过 Thread 来调用。可以说任务是通过线程驱动从而执行的。
## 1. 实现 Runnable 接口
需要实现 run() 方法