[
https://issues.apache.org/jira/browse/ARROW-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931536#comment-16931536
]
Antoine Pitrou commented on ARROW-1013:
---------------------------------------
{{Write()}} is generally asynchronous (e.g. the OS will queue writes in the
background and not have you wait for the disk operation), so I'm not sure this
would be very useful.
> [C++] Add asynchronous StreamWriter
> -----------------------------------
>
> Key: ARROW-1013
> URL: https://issues.apache.org/jira/browse/ARROW-1013
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Wes McKinney
> Priority: Major
>
> We may want to provide an option to limit the queuing depth. The async writer
> can be initialized from a synchronous writer
--
This message was sent by Atlassian Jira
(v8.3.2#803003)