atomic-batcher 0.8.2

A simple batching function that allows you to atomically batch a series of operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.tokio]
version = "0.1.11"

[package]
authors = ["ZhouHansen <z308114274@gmail.com>"]
description = "A simple batching function that allows you to atomically batch a series of operations."
documentation = "https://docs.rs/atomic-batcher"
license = "MIT OR Apache-2.0"
name = "atomic-batcher"
readme = "README.md"
repository = "https://github.com/ZhouHansen/atomic-batcher"
version = "0.8.2"