Module matisse_controller.gui.threads.exit_flag

Source code
class ExitFlag:
    """An empty 'marker' class used to signal a thread with a message queue to gracefully stop."""
    pass

Classes

class ExitFlag (*args, **kwargs)

An empty 'marker' class used to signal a thread with a message queue to gracefully stop.

Source code
class ExitFlag:
    """An empty 'marker' class used to signal a thread with a message queue to gracefully stop."""
    pass