golang-design / mkill

☠️ mkill limits the number of threads in a Go program, without crashing it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

☠️ mkill limits the number of threads in a Go program, without crashing it.

License:MIT License


Languages

Language:Go 100.0%