class twisted.internet.wxreactor.ProcessEventsTimer(wxTimer): (source)
Timer that tells wx to process pending events.
This is necessary on macOS, probably due to a bug in wx, if we want wxCallAfters to be handled when modal dialogs, menus, etc. are open.
| Method | __init__ | Undocumented |
| Instance Variable | wxapp | Undocumented |
| Method | Notify | Called repeatedly by wx event loop. |