摘要: Fork/JoinThis section was updated to reflect features and conventions of the upcoming Java SE 8 release. You can download the currentJDK 8 snapshotfromjava.net.The fork/join framework is an implementation of theExecutorServiceinterface that helps you take advantage of multiple processors. It is desi 阅读全文
posted @ 2013-09-06 01:23 alexander.bruce.lee 阅读(1251) 评论(0) 推荐(1)