安卓中的进程池可以用Executors但是阿里编码规范说需要我手动的去创建进程池,所以我们只能用ThreadPoolExecutor来实现。
使用下面方法来初始化一个线程池。
public ThreadPoolExecutor(int co
2020-03-15