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
futures::stream::TryStreamExt has a try_chunks method that batches Ok values and immediately propagates any Err values. I believe it would be very useful to have something like that in this library.
The text was updated successfully, but these errors were encountered:
futures::stream::TryStreamExt
has atry_chunks
method that batchesOk
values and immediately propagates anyErr
values. I believe it would be very useful to have something like that in this library.The text was updated successfully, but these errors were encountered: