Ji-Xinyou commented on code in PR #3593:
URL:
https://github.com/apache/incubator-opendal/pull/3593#discussion_r1394611848
##########
bindings/c/include/opendal.h:
##########
@@ -77,7 +77,10 @@ typedef enum opendal_code {
* BlockingLister is designed to list entries at given path in a blocking
* manner.
*
- * Users can construct Lister by `blocking_lister`.
+ * Users can construct Lister by [`BlockingOperator::lister`] or
[`BlockingOperator::lister_with`].
+ *
+ * - Lister implements `Iterator<Item = Result<Entry>>`.
Review Comment:
True. I will raise an issue about this and look into this later on. Thanks
for mention.
##########
bindings/c/include/opendal.h:
##########
@@ -77,7 +77,10 @@ typedef enum opendal_code {
* BlockingLister is designed to list entries at given path in a blocking
* manner.
*
- * Users can construct Lister by `blocking_lister`.
+ * Users can construct Lister by [`BlockingOperator::lister`] or
[`BlockingOperator::lister_with`].
+ *
+ * - Lister implements `Iterator<Item = Result<Entry>>`.
Review Comment:
True. I will raise an issue about this and look into this later on. Thanks
for mentioning
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]