package
1.18.0
Repository: https://github.com/koderover/zadig.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewPool initializes a new pool with the given tasks and at the given concurrency.
NewTask initializes a new task based on a given task operator function.

# Structs

No description provided by the author
CancelMessage ...
TaskPlugins: registered task plugin initiators to initiate specific plugin to execute task.
HookPayload reference.
Pool is a worker group that runs a number of tasks at a configured concurrency.
StatsMessage ...
Task encapsulates a taskOperator item that should go in a worker pool.

# Interfaces

No description provided by the author