package
0.5.5
Repository: https://github.com/guad/thunder.git
Documentation: pkg.go.dev

# Functions

HasBatching returns if the given context has batching support.
NewIndex creates an index.
WithBatching adds batching support to the given context.

# Constants

DefaultMaxDuration is the default MaxDuration for Func.
DefaultWaitInterval is the default WaitInterval for Func.

# Structs

A Func transforms a function that takes a batch of inputs (Func.Many) into a function that takes single inputs (Func.Invoke).
Index is a "key" mapper for batch requests.