Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: batched Clear Filter

Show HN: Rust macro utility for batching expensive async operations

batched Rust macro utility for batching expensive async operations. Installation cargo add batched Or add this to your Cargo.toml : [ dependencies ] batched = " 0.2.7 " limit : Maximum amount of items that can be grouped and processed in a single batch. : Maximum amount of items that can be grouped and processed in a single batch. concurrent : Maximum amount of concurrent batched tasks running (default: Infinity ) : Maximum amount of concurrent batched tasks running (default: ) window :