geru-scotland / ThreadPoolLib

A simple but efficient C++ thread/worker pool library for asynchronous task management.
GNU General Public License v3.0
11 stars 1 forks source link

Task management improved. #5

Closed geru-scotland closed 1 year ago

geru-scotland commented 1 year ago

This will allow to store relevant information such as its status or the associated thread. It will also ease the implementation of certain algorithms for the task priority and dependencies.