You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thread pool is not intended by design to be shut down from the outside. It will be cleaned up manually (except the currently running tasks) when exiting the application. This is actually a bug...
This needs to change so we implicitly also close those/cancel those jobs.
For now please make sure you cancel/await all unfinished tasks before shutting down your application.
Is your feature request related to a problem?
Force the end of the thread pool to clean up unexecuted tasks when the program exits
Possible Solution
cpr::clear(); ?
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: