Hello,
I'm using an external library that I need to register callbacks with, and I need to do this from within a thread. Since callbacks use a function pointer, I can be assured that the right...