Skip to content

C++ Thread pool that utilizes the concept of immutability to make implementation simpler.

Notifications You must be signed in to change notification settings

calebtt/impcool_sol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

impcool_sol

  • A thread pool (for running infinite tasks) that utilizes the concept of immutability to make implementation simpler.
  • The task buffer is mutated outside of the class via a helper object, and no shared data exists there. The thread unit merely copies it for use.
  • Infinite tasks are not popped and removed from the list after one iteration.
  • unlicense

About

C++ Thread pool that utilizes the concept of immutability to make implementation simpler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages