Async/await status?

It seems that Java is going that way with "virtual threads" in Project Loom. The article below is interesting and it makes me wonder: why have the async and await keywords at all?

https://cr.openjdk.java.net/~rpressler/loom/loom/sol1_part1.html

5 Likes