You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Aliaksei Sandryhaila (JIRA)" <ji...@apache.org> on 2015/06/29 22:24:04 UTC

[jira] [Assigned] (ORC-20) Implement async_read_at()

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

Aliaksei Sandryhaila reassigned ORC-20:
---------------------------------------

    Assignee: Aliaksei Sandryhaila

> Implement async_read_at()
> -------------------------
>
>                 Key: ORC-20
>                 URL: https://issues.apache.org/jira/browse/ORC-20
>             Project: Orc
>          Issue Type: Sub-task
>          Components: C++
>            Reporter: Aliaksei Sandryhaila
>            Assignee: Aliaksei Sandryhaila
>
> To set ourselves up better for asio integration, add async_read_at(), as a positioned alternative to boost::asio::async_read().
> template<
>     typename AsyncReadStream,
>     typename MutableBufferSequence,
>     typename ReadHandler>
> void-or-deduced async_read_at(
>     AsyncReadStream & s,
>     uint64_t offset,
>     const MutableBufferSequence & buffers,
>     ReadHandler handler);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)