Futures Batch Versions Save

An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-batch.)

0.6.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mre/futures-batch/compare/0.4.0...0.6.1

0.4.0

4 years ago

This PR rebases the Chunks operator on the current one from https://github.com/rust-lang-nursery/futures-rs/blob/4613193023dd4071bbd32b666e3b85efede3a725/futures-util/src/stream/chunks.rs. Futhermore, the custom Error type is removed.

Thanks to @wngr for working on this in #3.