Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 587 Bytes

mkill

PkgGoDev Go Report Card mkill

Package mkill limits the number of threads in a Go program, without crash the whole program.

import "golang.design/x/mkill"

Quick Start

mkill.GOMAXTHREADS(10)

License

MIT © The golang.design Authors