mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rather than using the `usleep` function which is both deprecated and non-portable (does not exist on Windows), prefer using the C++11 chrono library for the sleep. This also allows us to use the UDL to simplify the code rather than relying on the comments. NFCI
10 KiB
10 KiB