You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/09/09 12:17:00 UTC

[jira] [Resolved] (ARROW-13680) [C++] Create an asynchronous nursery to simplify capture logic

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

David Li resolved ARROW-13680.
------------------------------
    Resolution: Fixed

Issue resolved by pull request 11084
[https://github.com/apache/arrow/pull/11084]

> [C++] Create an asynchronous nursery to simplify capture logic
> --------------------------------------------------------------
>
>                 Key: ARROW-13680
>                 URL: https://issues.apache.org/jira/browse/ARROW-13680
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Weston Pace
>            Assignee: Weston Pace
>            Priority: Major
>              Labels: pull-request-available, query-engine
>             Fix For: 6.0.0
>
>          Time Spent: 5h 40m
>  Remaining Estimate: 0h
>
> The asynchronous nursery manages a set of asynchronous tasks and objects.  The nursery will not exit until all of those tasks have finished.  This allows one to safely capture fields for asynchronous callbacks.



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