/go-thdpool

Go thread pool package

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Go thread pool package

Setup

Use below command to get this package:

$ go get github.com/abc1236762/go-thdpool

And add below code to your project file before using it:

import `github.com/abc1236762/go-thdpool`

Usage

Unfinished. Can refer to the documentation comments in thdpool.go and a simple example in thdpool_test.go.