Jeff Long
Jeff Long
Thanks for working on this. I agree that forecast hack may be too hacky (will cause spurious calls to general_work), but don't have a better idea yet. There are use...
Is the only different between the two that `alignment` is a "please" and `multiple` is a "have to"? It's pretty confusing in the executor what would even be desired if...
Changing to SHMLBA sounds painless. Thanks!
Also, if nobody is using a platform and we're not going to test on it, then maybe we explicity unsupport the platform.
Agree that the data should only be copied when requested.
It this kind of like a piece of osh's (very outdated) gr-eventstream https://github.com/osh/gr-eventstream? It would be worth browsing that package to see if any of the additional features make sense.
I was thinking of the kind of logic in the source block: https://github.com/osh/gr-eventstream/blob/master/grc/es_source.xml https://github.com/osh/gr-eventstream/blob/master/lib/es_source.cc This is sort of a burst-to-stream with a built in throttle, so there is more control...
Let's let people try this on `main` and see how it works.
No comments and no risk in adding this, so I'll backport.
@mbr0wn was this fixed by your recent changes?