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

[jira] [Assigned] (ARROW-16026) [C++] Add support for the serial executor to expose an async generator as an iterable

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

Weston Pace reassigned ARROW-16026:
-----------------------------------

    Assignee: Weston Pace

> [C++] Add support for the serial executor to expose an async generator as an iterable
> -------------------------------------------------------------------------------------
>
>                 Key: ARROW-16026
>                 URL: https://issues.apache.org/jira/browse/ARROW-16026
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Weston Pace
>            Assignee: Weston Pace
>            Priority: Major
>
> The SerialExecutor can currently serialize a future-returning task by running it in an event loop style executor.
> This JIRA is to add support for serializing an async-generator task by turning it into an iterator.  Each time the iterator is polled the generator will be polled and the event loop will run until an item is delivered and the event loop is exhausted.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)