Use fork-and-join in JDK6

后端 未结 1 1374
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 06:31

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

相关标签:
1条回答
  • 2020-12-11 07:22

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

    0 讨论(0)
提交回复
热议问题