Aliaksei Sandryhaila created ORC-20:
---------------------------------------
Summary: 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
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)