Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchExecutor ¶
func NewBatchExecutor ¶
func NewBatchExecutor[I any, O any](executor ExecuteFunc[I, Output[O]], capacity int, timeout time.Duration) BatchExecutor[I, O]
func NewSerialExecutor ¶
func NewSerialExecutor[I any, O any](executor ExecuteFunc[I, Output[O]]) BatchExecutor[I, O]
type BatchRunner ¶
func NewBatchRunner ¶
func NewSerialRunner ¶
func NewSerialRunner[V any](runner ExecuteFunc[V, error]) BatchRunner[V]
type ExecuteFunc ¶
Click to show internal directories.
Click to hide internal directories.