Skip to content

A simple ThreadPool that doesn't return results and operates on a queue

Notifications You must be signed in to change notification settings

voukatas/ThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ThreadPool

A simple ThreadPool that doesn't return results and operates on a queue

Getting Started

Designed to be used for my other project Jerry the Http Server someday or other projects if it fits

All the implementation of the ThreadPool can be found in the ThreadPool.hpp file

A demonstration of the pool can be found in example.cpp file

Compile & Run

g++ example.cpp -lpthread -o example -ggdb3
./example

About

A simple ThreadPool that doesn't return results and operates on a queue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages