Skip to content

A simple implementation of a thread pool with a job queue using the C++ STL

Notifications You must be signed in to change notification settings

rreno17/threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThreadPool

This is a simple implementation of a thread pool with a job queue using the C++ STL. It is meant to demonstrate an understanding of STL container and concurrency features.

Future Goals:

Add the ability to get return values from submitted jobs.

About

A simple implementation of a thread pool with a job queue using the C++ STL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages