diff options
Diffstat (limited to 'gr-uhd/apps/msgq_runner.py')
-rw-r--r-- | gr-uhd/apps/msgq_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/apps/msgq_runner.py b/gr-uhd/apps/msgq_runner.py index 31bebcf0df..1fe86f1ad1 100644 --- a/gr-uhd/apps/msgq_runner.py +++ b/gr-uhd/apps/msgq_runner.py @@ -32,6 +32,7 @@ To determine if the runner has exited, call exited() on the object. from gnuradio import gr import threading + class msgq_runner(threading.Thread): def __init__(self, msgq, callback, exit_on_error=False): |