Skip to content

ThreadPool and MessageQueue implementation. Automatically exported from code.google.com/p/rr-thread-pool

License

Notifications You must be signed in to change notification settings

sheldonrobinson/rr-thread-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thread Pool

This is 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 although can be easily back-ported to non-C++ compilers. * Fast and efficient. * No external dependencies, just pure C/C++.

Implemented platforms: * Posix (Linux, OSX, Unix...).

IDE project files: * QT creator.

About

ThreadPool and MessageQueue implementation. Automatically exported from code.google.com/p/rr-thread-pool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published