andrew-d / batcher

Package for collecting batches of concurrent calls in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

batcher

This package contains helpers to batch up concurrent calls that occur in a given timespan so that they can be processed as a group of items. For more information, please see this package's documentation: https://pkg.go.dev/github.com/andrew-d/batcher

About

Package for collecting batches of concurrent calls in Go

License:MIT License


Languages

Language:Go 100.0%