Hi,
I'm using gras for my application and my custom block needs to be able to do a
blocking read to get data from an external source. With the standard scheduler
I used a non blocking read in a polling loop with an interruptable sleep and
this worked Ok. Do I need to do it this way with gras o
07/14/2013 02:43 PM, Devin Butterfield wrote:
> Hi folks,
>
> I just started experimenting with GRAS and ran into this:
>
>>>> GRAS: The debug asserts are enabled. <<<
> Created default thread pool with 4 threads.
> Traceback (most recent call last):
> Fil
Hi folks,
I just started experimenting with GRAS and ran into this:
>>> GRAS: The debug asserts are enabled. <<<
Created default thread pool with 4 threads.
Traceback (most recent call last):
File "top_block.py", line 80, in
tb.Run(True, 10)
File
"/opt/gnuradio/lib/python2.7/dist-package