package
Version:
v1.2.9
Opens a new window with list of versions in this module.
Published: Nov 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package parallel provides utilities for running tasks in parallel.
Manager is a structure for running tasks in parallel.
New creates a new parallel.Manager.
Close waits all tasks to finish.
Run runs the given task while limiting the concurrency.
Task is a function type for parallel manager.
Waiter is a structure for waiting and reading
error messages created by Manager.
NewWaiter creates a new parallel.Waiter.
Err returns read-only error channel.
Wait blocks until the WaitGroup counter is zero
and closes error channel.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.