Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Flow Graph - 1 Input -> 0..* Output

ronag89
Beginner
261 Views

I have a scenario where I need a flow graph node that a single input token, performs some processing on that token and the output none or several output tokens. What would be the best way to achieve this?

on input data
      while data decode item
          output item

 

0 Kudos
2 Replies
RafSchietekat
Valued Contributor III
261 Views

That would seem to be served by multifunction_node.

0 Kudos
ronag89
Beginner
261 Views

Indeed. After reading the documentation a bit more thoroughly it makes sense. Thanks!

0 Kudos
Reply