摘要: ExecutorsIn all of the previous examples, there's a close connection between the task being done by a new thread, as defined by itsRunnableobject, and the thread itself, as defined by aThreadobject. This works well for small applications, but in large-scale applications, it makes sense to separa 阅读全文
posted @ 2013-08-31 21:08 alexander.bruce.lee 阅读(1274) 评论(0) 推荐(0)