mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* Avoid using generic static members on Duration across module boundaries Because the clocks are implemented in Concurrency, but Duration is in the Swift module, these don't get specialized. Add a fully-concrete internal init in Concurrency to avoid the problem. * Call self.init(_high:low:) explicitly. * Add availability annotation.
6.0 KiB
6.0 KiB