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 8f2b121 commit 6d07868Copy full SHA for 6d07868
stdlib/public/Concurrency/ContinuousClock.swift
@@ -49,7 +49,7 @@ extension ContinuousClock: Clock {
49
public static var now: ContinuousClock.Instant {
50
var seconds = Int64(0)
51
var nanoseconds = Int64(0)
52
- _getClockRes(
+ _getTime(
53
seconds: &seconds,
54
nanoseconds: &nanoseconds,
55
clock: .continuous)
stdlib/public/Concurrency/SuspendingClock.swift
@@ -41,7 +41,7 @@ extension SuspendingClock: Clock {
41
public static var now: SuspendingClock.Instant {
42
43
44
45
46
47
clock: .suspending)
0 commit comments