mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Dispatch uses unsigned times, and cannot cope with times before its clock started. As such, passing negative times from Swift through to the C++ code results in large unsigned values, which then causes us to wait forever. This is undesirable. rdar://148899609
6.9 KiB
6.9 KiB