We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565ed69 commit 3136a4aCopy full SHA for 3136a4a
stdlib/public/Concurrency/Clock.swift
@@ -32,7 +32,7 @@ import Swift
32
/// `SuspendingClock`.
33
@available(SwiftStdlib 5.7, *)
34
public protocol Clock: Sendable {
35
- associatedtype Duration: DurationProtocol
+ associatedtype Duration
36
associatedtype Instant: InstantProtocol where Instant.Duration == Duration
37
38
var now: Instant { get }
0 commit comments