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
@gummif commented on Feb 4, 2020, 11:26 AM UTC:
On Windows, thread_pool always hangs when used as an executor for steady_timer
thread_pool
steady_timer
#include <boost/asio/steady_timer.hpp> #include <boost/asio/thread_pool.hpp> int main() { boost::asio::thread_pool tp{1}; boost::asio::steady_timer t1{tp.get_executor()}; } // hangs in destructor of thread_pool (in shutdown())
Cancelling the timer or setting expire an date seems to have no effect. Looks like the same issue as in chriskohlhoff/asio#431.
This issue was moved by chriskohlhoff from boostorg/asio#324.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@gummif commented on Feb 4, 2020, 11:26 AM UTC:
On Windows,
thread_pool
always hangs when used as an executor forsteady_timer
Cancelling the timer or setting expire an date seems to have no effect. Looks like the same issue as in chriskohlhoff/asio#431.
This issue was moved by chriskohlhoff from boostorg/asio#324.
The text was updated successfully, but these errors were encountered: