[Discuss-gnuradio] GnuRadio flowgraphs in workerthread

2013-10-11 Thread Alex3371
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

Re: [Discuss-gnuradio] GnuRadio flowgraphs in workerthread

2013-10-11 Thread Alex3371
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.