Hello :) I am working with threads and I need to assign each thread to a specific core. Doing some research I came to the conclusion that I cannot do this using the <thread> library. So is it possible that someone can provide an example of how this is done using SetThreadAffinityMask() function?I am not sure how to use it so if anyone can give me a hint it will be really appreciated :)