Merge pull request #171 from HogwartsRico/patch-1

Update Java 并发.md
This commit is contained in:
CyC2018 2018-04-09 17:14:47 +08:00 committed by GitHub
commit ffea6a54fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@
## 无限期等待Waiting
等待其它线程显地唤醒,否则不会被分配 CPU 时间片。
等待其它线程显地唤醒,否则不会被分配 CPU 时间片。
| 进入方法 | 退出方法 |
| --- | --- |