Skip to content
 
 

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadPool

A simple C++11 Thread Pool implementation which returns a Future. I have expanded the original version to have another version using the io_service in the ASIO Boost library. In my limited testing (refer to example.cpp), I have found that with Boost 1.56, the Thread Pool using the std library outperforms the Boost version.

About

A simple C++11 Thread Pool implementation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages