Categorygithub.com/tkp-richard/workers
modulepackage
2.0.1+incompatible
Repository: https://github.com/tkp-richard/workers.git
Documentation: pkg.go.dev

# README

Simple Worker

Just a simple worker for you which want to do something in the background without interupting the current process.

author: @reyhanfahlevi

# Functions

New will create new workers package maxWorker will define the maximum worker available.

# Structs

Opts options for logging, etc.
Workers struct.
WorkerTask struct.