Skip to content

Package microbatch groups tasks into small batches, e.g. to reduce the number of round trips.

License

Notifications You must be signed in to change notification settings

joeycumines/go-microbatch

Repository files navigation

go-microbatch

Package microbatch groups tasks into small batches, e.g. to reduce the number of round trips.

See the docs for example usage.

See also github.com/joeycumines/go-longpoll, for a similar, lower-level implementation, e.g. if you require more control over the batching or concurrency behavior.