package
0.0.0-20231012084221-3c562c5921af
Repository: https://github.com/exca-dk/webscraper.git
Documentation: pkg.go.dev

# Functions

NewJob creates a new Job with the provided job description and execution method.
No description provided by the author
NewWorkPool creates and initializes a new WorkPool instance.

# Structs

Job represents a task or job that can be executed.
JobStats represents statistics and information about a job execution.
Worker represents a worker that executes a job.
WorkPool represents a concurrent worker pool for managing and executing tasks in parallel.