Home

Awesome

目录介绍

01.开源库介绍

02.遇到的需求

1.1 遇到的问题有哪些?

1.2 预期想要达到的目标

1.3 多线程通过实现Runnable弊端

1.4 使用线程池一些思考

03.为何用线程池

04.封装库功能

05.封装库具体使用

5.1 一键集成

5.2 在application中初始化库

5.3 最简单的runnable线程调用方式

5.4 普通Callable任务

5.5 最简单的异步回调

5.6 其他api说明

06.部分重点代码

07.线程池思考

其他内容介绍

关于其他内容介绍

image

02.关于我的博客

03.勘误及提问

04.关于LICENSE

Copyright 2017 yangchong211(github.com/yangchong211)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.