I thought so, too, at first, but then tested:

Null src +-> Head --> Null sink0
         \----------> Null sink1 


stops.

I think this is the "am done" message bubbling up from head to src, then
src knowing it should be done, then the info "there's no input coming
anymore" bubbling down to sink1. Thoughts?

Best regards,
Marcus
On 12.05.2016 12:13, Sylvain Munaut wrote:
> Hi,
>
>> I don't want the flowgraph to stop. I just want to store a set number but
>> leave the flowgraph running.
> The head block will only stop the flow graph if there is no other
> active sinks that don't have a head block in front of them..
>
> If there is other parts of the flow graph that can still consume data,
> those will continue to run.
>
> Cheers,
>
>    Sylvain
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to