Risks of the use of wx.CallLater?


DaVid
 

Hello everyone.
Due to a conversation on
https://github.com/nvaccess/nvda/pull/13550
Where it's suggested that wx.CallLater is not safe and opted to use a
less accurate method, my doubt about the use of wx.CallLater
resurfaced.
I know many of us developers have used this feature, but it's
commented that there are risks in using it.
I'm asking here again, so that the more experienced ones could comment
on what are the disadvantages of using wx.CallLater (or
core.callLater), since sometimes a simple python timer is not
feasible.

P.S. Sorry if this topic should be discussed in the nvda development
list, I don't wanted to repeat mails but I will ask there if I can't
get the answer here.

Thanks in advance for the answers.
Regards,
David CM