package
0.0.1-rc1
Repository: https://github.com/xmapst/autoexecflow.git
Documentation: pkg.go.dev

# Functions

New creates a new Pool of workers that starts with n workers.
NewCallback creates a new Pool of workers where workers cast the job payload into a func() and runs it, or returns ErrNotFunc if the cast failed.
NewFunc creates a new Pool of workers where each worker will process using the provided func.

# Variables

Errors that are used throughout the Tunny API.
Errors that are used throughout the Tunny API.
Errors that are used throughout the Tunny API.

# Structs

Pool is a struct that manages a collection of workers, each with their own goroutine.

# Interfaces

Worker is an interface representing a Tunny working agent.

# Type aliases

No description provided by the author