Starter examples for testing EA builds

Alan Bateman Alan.Bateman at oracle.com
Tue Mar 17 08:17:18 UTC 2020


On 16/03/2020 22:00, Swaranga Sarma wrote:
> Are there any resources that one can follow to discover what we can do with
> the API available in the latest EA builds. That will help a newbie like me
> to test out the features as well as trying out for other use-cases. With
> only that Javadoc, it is a little harder to discover what can be done
> currently.
>
> Apologies if this is already available somewhere; I have checked the loom
> wiki and there is very little on how to use the APIs.
>
Not yet but high priority once more of the APIs in place.

In the mean-time, look for "since 99" in the javadoc for Thread, 
Thread.Builder, and ExecutorService (don't read anything into "@since 
99", its just a placeholder). There are samples in the javadoc of 
several methods and hopefully will be enough to get you started.

-Alan.


More information about the loom-dev mailing list