- 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
-
Notifications
You must be signed in to change notification settings - Fork 1
calebtt/impcool_sol
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C++ Thread pool that utilizes the concept of immutability to make implementation simpler.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published