thread-pool icon indicating copy to clipboard operation
thread-pool copied to clipboard

[FEATURE] Add `wait_for_tasks()` Feature

Open DeveloperPaul123 opened this issue 1 year ago • 0 comments

Description

It would be good to be able to wait for tasks to complete in the thread pool without relying on the destructor. There are use cases where it may be nice to wait for tasks to complete but the dp::thread_pool will be re-used for more work.

DeveloperPaul123 avatar Mar 17 '23 12:03 DeveloperPaul123