mirror of
https://gitee.com/jd-platform-opensource/asyncTool.git
synced 2024-12-19 03:30:30 +08:00
update README.md.
This commit is contained in:
parent
4bb594e032
commit
99635f2d71
@ -87,7 +87,7 @@
|
||||
一组任务,虽然内部的各个执行单元的时间不可控,但是我可以控制全组的执行时间不超过某个值。通过设置timeOut,来控制全组的执行阈值。
|
||||
|
||||
## 并发场景可能存在的需求之——高性能、低线程数
|
||||
该框架全程无锁,没有一个加锁的地方。
|
||||
该框架全程无锁,不依靠线程锁来保证顺序。
|
||||
|
||||
创建线程量少。![输入图片说明](https://images.gitee.com/uploads/images/2019/1226/093227_9633e2a8_303698.png "屏幕截图.png")
|
||||
如这样的,A会运行在B、C执行更慢的那个单元的线程上,而不会额外创建线程。
|
||||
|
Loading…
Reference in New Issue
Block a user