Categorygithub.com/wacul/batch
modulepackage
0.0.2
Repository: https://github.com/wacul/batch.git
Documentation: pkg.go.dev

# README

batch

Batch - worker utilities for golang.

# Packages

No description provided by the author

# Structs

Cron will process the Worker on the schedule.
Loop the Worker with the interval.
Parallel processes the Worker in parallel.
Sig the Workers in parallel with the interval.
Signal the Worker with the cancelation.

# Interfaces

Batch is the interface to process in context.

# Type aliases

Worker is the func to process.