Use fork-and-join in JDK6
Asked Answered
D

1

5

As I understand jdk7 has the support for fork-and-join, Can I use fork-and-join in JDK6 without upgraging to JDK7.0?

Disraeli answered 21/11, 2011 at 0:4 Comment(0)
C
9

Yup, see here - the package you want is jsr166y.

Commentative answered 21/11, 2011 at 0:8 Comment(1)
Could you please post what flags are required to compile/run some example using this JAR? I'm unable to do so (with JAR in classpath).Bondy

© 2022 - 2024 — McMap. All rights reserved.