Skip to content

This a reference implementation of the Thread Pool design pattern.

License

Notifications You must be signed in to change notification settings

rressi/ThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadPool

This a reference implementation of the Thread Pool design pattern.

The implementation satisfy the following requirements:

  • Easily portable over different platforms.
  • Baseline, didactical and clean implementation (no exoteric extras).
  • Use of C++11 shared pointers and syntax.
  • Fast and efficient.
  • No external dependencies, just pure C/C++.

Supported platforms:

  • Posix (Linux, OSX, Unix...).

###Links:

About

This a reference implementation of the Thread Pool design pattern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published