Java 7 ForkJoinTask and Akka 2.0
Asked Answered
L

1

1

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

Laoighis answered 26/1, 2012 at 15:30 Comment(1)
I think you'd be better off asking on the Akka mailing list - groups.google.com/group/akka-userAeriel
P
7

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, √

Pantsuit answered 26/1, 2012 at 18:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.