21.03.2013, 20:14
Would you say there's a difference between using one single callback and give each thread its unique ID, and having a callback for each thread? If so: What difference? What would you recommend? What's most/least efficient? I personally find using separate callbacks for each thread to be more tidy, but if it's very inefficient in comparison, then I'd like to switch ASAP before I get to comfy with it.