[wxPython] Replacing Main Loop

> For wxPython, you would want to wrap wxEvtHandler::AddPendingEvent(
> ) (the built-in add-event-to-queue method) with a uthread-atomic call,
> just to be sure that it doesn't run while the main GUI thread is in the
> middle of processing the event queue.

Would that mean that I just make sure that
wxEvtHandler::AddPendingEvent()
is always called with the tasklet's atomic flag set? That would be
something I could probably convince Robin to add for me. :slight_smile:

Yes, I suppose -- If I understood what, why, and how... <wink>

···

--
Robin Dunn
Software Architect
Sliceware, Inc.
Robin.Dunn@Sliceware.com