You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/04/26 22:46:00 UTC

[jira] [Created] (ARROW-12559) [C++] Add support for Future

Weston Pace created ARROW-12559:
-----------------------------------

             Summary: [C++] Add support for Future<MoveOnlyDataType>
                 Key: ARROW-12559
                 URL: https://issues.apache.org/jira/browse/ARROW-12559
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Weston Pace
            Assignee: Weston Pace


Currently futures don't work for move-only data types since the result may need to be passed to many callbacks.  However, by adding support for a "final" callback it should be possible to move the value out.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)