package
0.0.0-20240917081429-785e8491293b
Repository: https://github.com/ragpanda/go-toolkit.git
Documentation: pkg.go.dev
# Functions
merge multi channel to one channel, []chan T -> chan T.
MergeChannelsWithBatch merge channel and merge data to batch, [] chan T -> chan []T flushSize: max batch size, if reach this size, will flush immediately flushInterval: max flush interval, if reach this interval, will flush immediately Note: the sort of batch is not guaranteed.
No description provided by the author
No description provided by the author
No description provided by the author