package
Version:
v0.29.0
Opens a new window with list of versions in this module.
Published: Nov 8, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Pool manages a pool of worker goroutines.
NewPool creates a new Pool with a specified number of workers.
Stop stops all the workers and waits for them to finish.
Submit adds a task to the worker pool.
Task represents a unit of work to be processed by the worker pool.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.