//
pkg.gl
Category
github.com/wacul/batch
module
package
0.0.2
Repository:
https://github.com/wacul/batch.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
205 SLOC
#
README
batch
Batch - worker utilities for golang.
#
Packages
example
No description provided by the author
#
Structs
Cron
Cron will process the Worker on the schedule.
Loop
Loop the Worker with the interval.
Parallel
Parallel processes the Worker in parallel.
Sig
Sig the Workers in parallel with the interval.
Signal
Signal the Worker with the cancelation.
#
Interfaces
Batch
Batch is the interface to process in context.
#
Type aliases
Worker
Worker is the func to process.