We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the new feature
Now only has init_task, better has uninit_task.
Code example
BS::thread_pool task_thread_{1, [] { ::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED); }, [] { CoUninitialize(); }};
Additional information
The text was updated successfully, but these errors were encountered:
Hi @debuggingbug and thanks for opening this issue! This seems like a good idea. I will implement it in the next release.
Sorry, something went wrong.
bshoshany
No branches or pull requests
Describe the new feature
Now only has init_task, better has uninit_task.
Code example
Additional information
The text was updated successfully, but these errors were encountered: