membrane_core icon indicating copy to clipboard operation
membrane_core copied to clipboard

Refactor `InputQueue`

Open FelonEkonom opened this issue 1 year ago • 0 comments

Refactor functions and structures defined in Membrane.Core.Element.InputQueue to:

  • stop redundantly holding in InputQueue the same objects, that are already hold in the state, beyond InputQueue (especially AtomicDemand)
  • make InputQueue functions accept eg. pad_ref and state, instead of InputQueue struct

FelonEkonom avatar Jan 16 '24 16:01 FelonEkonom