Technical requirements
You will need Visual Studio Code (VS Code), which you can download here: https://code.visualstudio.com/download.
VS Code offers a lightweight and customizable alternative to the other available options. It’s a great choice for developers who prefer a less resource-intensive Integrated Development Environment (IDE) and want the flexibility to install extensions tailored to their specific needs. However, it may not have all the features out of the box compared to the more established Java IDEs.
Furthermore, the code in this chapter can be found on GitHub:
https://github.com/PacktPublishing/Java-Concurrency-and-Parallelism