[
https://issues.apache.org/jira/browse/IGNITE-5582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063362#comment-16063362
]
Igor Sapego commented on IGNITE-5582:
-------------------------------------
I decided to used {{std::vector}} (and {{Future<std::vector>}} for async
operations) as a container, to return multiple results from nodes. It looks
like most simple way to return multiple results. If user wants to store results
to some existing container or perform some more complex operations, they should
implement their own task with reduce step for that.
> CPP: Implement Compute::Broabcast() for Ignite C++
> --------------------------------------------------
>
> Key: IGNITE-5582
> URL: https://issues.apache.org/jira/browse/IGNITE-5582
> Project: Ignite
> Issue Type: New Feature
> Components: platforms
> Affects Versions: 2.0
> Reporter: Igor Sapego
> Assignee: Igor Sapego
> Labels: cpp
> Fix For: 2.1
>
>
> Need to implement method {{Compute::Broadcast}} and
> {{Compute::BroadcastAsync}} for Ignite C++.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)