Closed okuoku closed 2 years ago
macOS lacks POSIX clock_nanosleep implementation. Workaround with nanosleep. As just like current Windows implementation, it does not handle local time updates.
clock_gettime requires macOS 10.12(Sierra) or later.
Thank you!
macOS lacks POSIX clock_nanosleep implementation. Workaround with nanosleep. As just like current Windows implementation, it does not handle local time updates.
clock_gettime requires macOS 10.12(Sierra) or later.