Skip to content
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

Hotfix chrono sys time #301

Merged
merged 3 commits into from
Aug 18, 2022
Merged

Hotfix chrono sys time #301

merged 3 commits into from
Aug 18, 2022

Conversation

DymOK93
Copy link
Owner

@DymOK93 DymOK93 commented Aug 18, 2022

Closes #96 and #300

* this_thread::yield() implemented as sleep_for(0_s) without usage of undocumented Zw* routines
* th::details::wait_for_impl() now supports zero timeouts
…ong long respectively on x86 platforms

* Fixed getting system time in Windows 7 (both x86 and x64)
@DymOK93 DymOK93 added the enhancement New feature or request label Aug 18, 2022
@DymOK93 DymOK93 self-assigned this Aug 18, 2022
@DymOK93 DymOK93 merged commit f2e961b into master Aug 18, 2022
@DymOK93 DymOK93 deleted the hotfix_chrono_sys_time branch August 18, 2022 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Chrono for x86 builds
1 participant