Java 7 ForkJoinTask and Akka 2.0

别说谁变了你拦得住时间么 提交于 2019-12-11 05:35:52

问题


Is there any plan to leverage java 7 util.concurrent's ForkJoin APIs or, expose similar API in Akka?


回答1:


We've been working with Doug Lea to improve ForkJoinPool for Akka, and I'm going to embed the new version for Akka 2.0: http://www.assembla.com/spaces/akka/tickets/1728

Read this for a summary from Doug: http://cs.oswego.edu/pipermail/concurrency-interest/2012-January/008987.html

But we won't be exposing the raw API of ForkJoin, that's what the ForkJoin framework is for.

Cheers, √



来源:https://stackoverflow.com/questions/9020526/java-7-forkjointask-and-akka-2-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!