class documentation
class _ShutdownCheck(object):
Logic for Mainloop shutdown.
| Method | __init__ |
Initializes this class. |
| Method | |
Checks whether mainloop can be stopped. |
| Instance Variable | _defer |
Undocumented |
| Instance Variable | _fn |
Undocumented |
Initializes this class.
| Parameters | |
| fn:callable | Function returning None if mainloop can be stopped or a duration in seconds after which the function should be called again |
| See Also | |
Mainloop.Run | |