From: John L. <jla...@gm...> - 2013-09-20 02:45:53
|
On Thu, Sep 19, 2013 at 7:07 PM, Paul K <pau...@ya...> wrote: > Hi John, > > Would it be possible to add QueueEvent to wxEvtHandler? It's used in > wx2.9 as a (safer) replacement for AddPendingEvent and I'd like to > switch to using it. Thank you. > > I added it, but note that is only safer for multi-threaded programs, to be sure coroutines are single-threaded. Regards, John |