package
2.3.0
Repository: https://github.com/peak/s5cmd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Close waits all jobs to finish and closes the semaphore of global ParallelManager.
Init tries to increase the soft limit of open files and creates new global ParallelManager.
New creates a new parallel.Manager.
NewWaiter creates a new parallel.Waiter.
Run runs global ParallelManager.

# Structs

Manager is a structure for running tasks in parallel.
Waiter is a structure for waiting and reading error messages created by Manager.

# Type aliases

Task is a function type for parallel manager.