Java 7 ForkJoinTask 和 Akka 2.0
是否有计划利用 java 7 util.concurrent 的 ForkJoin API,或者在 Akka 中公开类似的 API?
Is there any plan to leverage java 7 util.concurrent's ForkJoin APIs or, expose similar API in Akka?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们一直在与 Doug Lea 合作改进 Akka 的 ForkJoinPool,我将嵌入 Akka 2.0 的新版本: http://www.assembla.com/spaces/akka/tickets/1728
阅读 Doug 的摘要:http://cs.oswego.edu/pipermail/concurrency-interest/2012 -January/008987.html
但我们不会公开 ForkJoin 的原始 API,这就是 ForkJoin 框架的用途。
干杯,
√
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,
√