Skip to content

A simple C++11 Thread Pool implementation

License

Notifications You must be signed in to change notification settings

daniel-j-h/Threadpool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadPool

A simple C++11 Thread Pool implementation, providing an optional task priority.

Fork from Jakob Progsch' repository.

Possible improvements

  • variadic enqueue, no need for std::bind
  • prevent starvation, priority aging

About

A simple C++11 Thread Pool implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%