[
https://issues.apache.org/jira/browse/HDFS-8758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625282#comment-14625282
]
James Clampffer commented on HDFS-8758:
---------------------------------------
Do we plan to support sockets and streams other than what asio provides? If
not I think a lot of template related boilerplate code could be removed be
getting rid of template parameters and instead using typedefs e.g. typedef
asio::ip::tcp::socket asio_socket_t;. It looks like this could also apply to
Stream, Iterator, and possibly State. Added benefit of less cryptic
compilation errors and substantially reducing the size of stack traces in a
debugger.
> Implement the continuation library for libhdfspp
> ------------------------------------------------
>
> Key: HDFS-8758
> URL: https://issues.apache.org/jira/browse/HDFS-8758
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: hdfs-client
> Reporter: Haohui Mai
> Assignee: Haohui Mai
> Attachments: HDFS-8758.000.patch
>
>
> libhdfspp uses continuations as basic building blocks to implement
> asynchronous operations. This jira imports the continuation library into the
> repository.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)