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
ITNOA
I think it is good to use standard C++ sleep instead of platform specific nanosleep
nanosleep
The text was updated successfully, but these errors were encountered:
Removed nanosleep. (fixes tmakkonen#80)
4addd83
80 standard time (#1)
6cf8af6
* Update gitignore. * Removed nanosleep. (fixes tmakkonen#80)
remove another sleep. (see tmakkonen#80)
721d473
Successfully merging a pull request may close this issue.
ITNOA
I think it is good to use standard C++ sleep instead of platform specific
nanosleep
The text was updated successfully, but these errors were encountered: