Package mkill limits the number of threads in a Go program, without crash the whole program.
import "golang.design/x/mkill"
mkill.GOMAXTHREADS(10)
MIT © The golang.design Authors
Package mkill limits the number of threads in a Go program, without crash the whole program.
import "golang.design/x/mkill"
mkill.GOMAXTHREADS(10)
MIT © The golang.design Authors