fair-acc / gnuradio4

Prototype implementations for a more compile-time efficient flowgraph API
GNU Lesser General Public License v3.0
22 stars 8 forks source link

Handling of input data before the end-of-stream tag that cannot be processed due to port/block constraints #367

Open wirew0rm opened 2 weeks ago

wirew0rm commented 2 weeks ago

The current handling in this situation is in an incomplete and inconsistent state:

After some discussion with me, @RalphSteinhagen and @drslebedev the following implementation is proposed:

For implementation, the default behaviour is changed in #366 to what is described above, implementing the customisation point will be a separate task to be tackled after the ASYNC handling.