Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 357 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 357 Bytes

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.