//
pkg.gl
Category
github.com/VladSaioc/common-goroutine-leak-patterns
selectleaks
package
0.0.0-20231205120040-70658e098665
Repository:
https://github.com/vladsaioc/common-goroutine-leak-patterns.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
58 SLOC
#
Functions
FixedWorkerLifecycle
Worker limited in scope by WorkerLifecycle.
WorkerLifecycle
Worker limited in scope by WorkerLifecycle.
#
Structs
Worker
A worker processes items pushed to `ch` one by one in the background.