File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import Swift
21
21
///
22
22
/// This clock is suitable for high resolution measurements of execution.
23
23
@available ( SwiftStdlib 5 . 7 , * )
24
- public struct ContinuousClock {
24
+ public struct ContinuousClock : Sendable {
25
25
/// A continuous point in time used for `ContinuousClock`.
26
26
public struct Instant : Codable , Sendable {
27
27
internal var _value : Swift . Duration
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import Swift
21
21
///
22
22
/// This clock is suitable for high resolution measurements of execution.
23
23
@available ( SwiftStdlib 5 . 7 , * )
24
- public struct SuspendingClock {
24
+ public struct SuspendingClock : Sendable {
25
25
public struct Instant : Codable , Sendable {
26
26
internal var _value : Swift . Duration
27
27
You can’t perform that action at this time.
0 commit comments