package
0.0.0-20240510121334-1a95103205f0
Repository: https://github.com/abmpio/threadingx.git
Documentation: pkg.go.dev
# Functions
NewChunkExecutor returns a ChunkExecutor.
NewPeriodicalExecutor returns a PeriodicalExecutor with given interval and container.
WithChunkBytes customizes a ChunkExecutor with the given chunk size.
WithFlushInterval customizes a ChunkExecutor with the given flush interval.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
Execute defines the method to execute tasks.