Skip to content

yujinlin0224/go-thdpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.