Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e1b1d9e

Browse files
committed
add fork join
1 parent 23ed6ed commit e1b1d9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
- `Semaphore` 其实和锁有点类似,它一般用于控制对某组资源的访问权限。
3030
- 初始化时设置大小, 线程每次获取和存放回去都有数量可选。
3131

32+
## ForkJoin
33+
34+
- 讲任务分割最后汇集结果,类似排序中的归并
35+
3236
## 資料
3337

3438
- [The j.u.c Synchronizer Framework中文翻译版](http://ifeve.com/aqs/)
@@ -41,6 +45,8 @@
4145

4246
- [CountDownLatch、CyclicBarrier和 Semaphore](http://www.importnew.com/21889.html)
4347

48+
- [Fork/Join框架介绍](http://ifeve.com/talk-concurrency-forkjoin/)
49+
4450
## LICENSE
4551

4652
### [CC-BY-SA-3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/cn/)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /