-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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
Migrate from boost::this_thread::sleep
to std::this_thread::sleep_for
#2921
Conversation
57e6024
to
396c217
Compare
This is concurrent work with I was doing in #2700. But let's go with this, because it is done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please rebase on the current master? (Otherwise Windows job on CI won't pass.)
Sorry, I just remembered that you are working one replacing |
3307fdb
to
fb4af7c
Compare
fb4af7c
to
ebfd442
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't review the line changes on the tutorials and I'm trusting it blindly.
Everyone agrees on a big squash? |
boost::this_thread::sleep
to std::this_thread::sleep_for
No description provided.