What is new In Project Loom
Reading Time: 2 minutes Project loom is an OpenJDK project that aims to enable “easy-to-use, high-throughput lightweight concurrency and new programming models on the Java platform.” Before Project Loom As of now, we know that the basic unit of concurrency is Thread. Thread map 1-1 to kernel Threads and these threads work well but they also have certain limitations which are as follows:- Expensive To Create:- Below are a Continue Reading