bpo-21302: Add clock_nanosleep() implementation for time.sleep() by Livius90 · Pull Request #28111 · python/cpython
Livius90
changed the title
bpo-21302: Add clock_nanosleep() implementation for time.sleep() in Linux
bpo-21302: Add clock_nanosleep() and nanosleep() implementation for time.sleep() in Unix systems
Livius90
changed the title
bpo-21302: Add clock_nanosleep() and nanosleep() implementation for time.sleep() in Unix systems
bpo-21302: Add clock_nanosleep(), nanosleep() and waitable timer implementation for time.sleep()
Waitable timer resolution is 100 nsec but it is limited to 1 usec by round ceiling, moreover sleep for lower then 1 milisec is not possible in Win32 API.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters