+ 2
Kernel level threads
Hi We can use thread header to create threads from C++11 onwards. Is this a user level thread or kernel level thread ? How to create each type of threads ? Also any hint on one to many model as well as Many to one and one to one model ?
0 Antwoorden