Hello!
I wanted to play around with the upcoming concurrency library which
is going to be included in
Java 7 according to this website.
It seems to be named JSR166.
In most places its reference implementation is referred as jsr166y, while few resources call it jsr166z.
I discovered two totally different javadocs for each reference implementation.
Now, which implementation is going to be included in Java 7?
EDIT
While people who answered suggest that jsr166y is the thing for Java 7,
I discovered this document (TS-5515) from JavaOne.
This document refers to Java 7 but mentions LinkedAsyncAction
which is only present in jsr166z javadocs. (Confusion...)