We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a80f4 commit 61b1a8cCopy full SHA for 61b1a8c
src/RustyObjectStore.jl
@@ -1669,7 +1669,8 @@ end
1669
"""
1670
next_chunk!(stream) -> Option{Vector{ListEntry}}
1671
Fetch the next chunk from a ListStream.
1672
-An empty chunk indicates end of stream.
+If the returned entries are the last in the stream, `stream.ended` will be set to true.
1673
+An empty chunk indicates end of stream too.
1674
After an error any following calls will replay the error.
1675
# Arguments
1676
- `stream::ListStream`: The stream of object metadata list chunks.
0 commit comments