Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

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

ronag89
Beginner
148 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
Black Belt
148 Views

That would seem to be served by multifunction_node.

ronag89
Beginner
148 Views

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

Reply