[Discuss-gnuradio] GRAS flow control from work function

2013-07-15 Thread devin . butterfield
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

Re: [Discuss-gnuradio] GRAS flow control from work function

2013-07-15 Thread Josh Blum
On 07/15/2013 05:43 PM, devin.butterfi...@gmail.com wrote: 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