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

Callbacks and result handling implementation. #1

Closed geru-scotland closed 1 year ago

geru-scotland commented 1 year ago

Callbacks and Result Handling

In addition to simply adding and running tasks concurrently, ThreadPoolLib also supports advanced use cases through task callbacks and result handling. Here's what you can do: