When using a wxTimer, is the code inside the timer callback threadsafe? Am I guaranteed than the code I wrote to process the timer won't concurrence any other avents processing? Thank you.