Skip to content

[pipeline] Improve generator macros

pipeline generator macros should:

  1. Handle results type.
  2. Automatically figure out how many inputs there are.
  3. Correctly handle source generators. Right now, it tries to pass a vec, but source results only return a single value or close.