Skip to content

allexysleeps/go-threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threadpool-go

Simple thread pool implementation in go

tp := threadpool.Create(N) // N - amount of goroutines needs to be running
task := tp.Run(func() {
	time.Sleep(time.Seconds * 5)
})
task.Status() // Running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published