- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The tbb::flow::async_node documentation describes an async activity that writes to a single output port via the gateway interface. Is it possible to write to multiple output ports asynchronously like you can do with a tbb::flow::multifunction_node?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Florian,
Thanks for your question!
Currently, we do not support such functionality in async_node and we will consider it's implementation. However, you can emulate this by connecting multifunction_node as an output for async_node and switch ports by data inside multifunction_node.
- Nikita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much. The solution is a bit clunky, but it works fine.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page