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 2020/10/05 22:39:00 UTC

[jira] [Created] (ARROW-10185) Add FinishAsync to TaskGroup

Weston Pace created ARROW-10185:
-----------------------------------

             Summary: Add FinishAsync to TaskGroup
                 Key: ARROW-10185
                 URL: https://issues.apache.org/jira/browse/ARROW-10185
             Project: Apache Arrow
          Issue Type: Sub-task
            Reporter: Weston Pace


As an alternative to Finish, FinishAsync will return a future immediately.  This can then be added to a parent task group, allowing for nested task groups.  Since the future is returned immediately, the child task group is not occupying a thread on the thread pool and there is no concern for thread starvation.



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