Is it possible to implement OS independent threading model of User Level Threads (ULT) in C/C++? In other words, can we break down a process logically into ULTs and dynamically make switches in between them?
Is it possible to implement OS independent threading model of User Level Threads (ULT)
Share
Boost.Thread offers a fair amount of abstraction for cross-platform threading.