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:54:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-10483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Kietzman updated ARROW-10483:
---------------------------------
    Description: {{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. It can probably just reside in {{future.h}}  (was: {{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.)

> [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
>            Priority: Trivial
>             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. It can probably just reside in {{future.h}}



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