diff options
| author | Lex Neva <github.com@lexneva.name> | 2023-02-05 09:44:25 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-02-16 22:54:21 -0500 |
| commit | 62b7c0080c90d0cf44ee173db7d1f237e8df538e (patch) | |
| tree | 287536ab37b676d0fdd80d83d95c30a2e5fa0dbf /lib/utils/threading.py | |
| parent | b4612539585c1e9f4e75e0ad084da81f0ad758d3 (diff) | |
add comment
Diffstat (limited to 'lib/utils/threading.py')
| -rw-r--r-- | lib/utils/threading.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/threading.py b/lib/utils/threading.py index 7bb90d1b..f0c22887 100644 --- a/lib/utils/threading.py +++ b/lib/utils/threading.py @@ -12,6 +12,7 @@ class ExitThread(InkstitchException): pass +# A default flag used for the main thread. It will never be set. _default_stop_flag = threading.Event() |
