Implicit threading

This strategy allows the creation and management of threads to be done by compilers and run-time libraries rather than the programmers. This reduces the complexity of the programs written by the programmer. Which is very helpful as program complexity and the number of threads per program increases.



Subsections