You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See issue #26 for a previous version of this idea.
Perhaps we just have a struct Item<T> {output: Output, user_identifier: T}? But how to associate each returned byte_range with the overall GetRanges? Just include an Arc<GetRanges>?
See my latest thoughts about what the user code would look like in this comment.
The text was updated successfully, but these errors were encountered:
JackKelly
changed the title
How to identify each returned Item? Perhaps we just have a struct Item<T> {output: Output, user_identifier: T}? But how to associate each returned byte_range with the overall GetRanges? Just include an Arc<GetRanges>?
How to identify each returned Item?
Mar 15, 2024
See issue #26 for a previous version of this idea.
Perhaps we just have a
struct Item<T> {output: Output, user_identifier: T}
? But how to associate each returnedbyte_range
with the overallGetRanges
? Just include anArc<GetRanges>
?See my latest thoughts about what the user code would look like in this comment.
The text was updated successfully, but these errors were encountered: