摘要: 简介 Executor框架是启动,管理线程的API, 它的内部实现是线程池机制,它有很多好处,比如使任务提交和任务执行解耦合,防止this逃逸;它的主要API包括: Executor, Executors, ExecutorService , Callable, Future, Completion 阅读全文
posted @ 2017-04-13 10:23 liuconglin 阅读(287) 评论(0) 推荐(0) 编辑