package
0.0.2-migrate-evm
Repository: https://github.com/scalarorg/scalar-core.git
Documentation: pkg.go.dev

# Functions

NewMgr returns a new JobManager.
WithErrorCacheCapacity defines the size of the error cache.
WithMaxCapacity defines how many jobs will be run in parallel.

# Structs

JobManager manages multiple concurrent jobs and handles their errors.

# Type aliases

Job represents a (long-running) process that can be spawned on a separate go-routine.
MgrOptions modify the behaviour of the JobManager.