Hello guys,
would it affect the performance of my GNURadio-programm negatively if I
tried to run my GNURadio flowgraphs in a workerthread instead of the
mainthread. In the mainthread I would like to implement a custom wxPython
GUI.
Also, I still do not understand what the happens when I call wait
Wow, thank you for your detailed answer.
But one thing I don't understand:
" If you called run() on the first one, it would not
return from that call until the flowgraph exited, and your second
flowgraph would get started too late. "
I don't want the flowgraphs to run parallel to each other.