You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/11/03 16:47:00 UTC

[jira] [Created] (ARROW-10483) [C++] Move Executor into a separate header

Ben Kietzman created ARROW-10483:
------------------------------------

             Summary: [C++] Move Executor into a separate header
                 Key: ARROW-10483
                 URL: https://issues.apache.org/jira/browse/ARROW-10483
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
    Affects Versions: 2.0.0
            Reporter: Ben Kietzman
            Assignee: Ben Kietzman
             Fix For: 3.0.0


{{Executor}} is a general purpose interface but it currently resides in {{thread_pool.h}} so it can't be used (for example) by {{future.h}} without introducing a circular dependency.



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