Skip to content

jigetage/OpenThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

an open source c++ thread pool.

use linked list to manage tasks.

use mutex to protect setting task to each thread.

usage: create all tasks and add the task list to thread pool before calling startThreadPool method.

About

a c++ thread pool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published