//
pkg.gl
Category
github.com/simulot/immich-go
internal
worker
package
0.23.0-alpha4
Repository:
https://github.com/simulot/immich-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
41 SLOC
#
Functions
NewPool
NewPool creates a new Pool with a specified number of workers.
#
Structs
Pool
Pool manages a pool of worker goroutines.
#
Type aliases
Task
Task represents a unit of work to be processed by the worker pool.