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
2121///
2222/// This clock is suitable for high resolution measurements of execution.
2323@available ( SwiftStdlib 5 . 7 , * )
24- public struct ContinuousClock {
24+ public struct ContinuousClock : Sendable {
2525 /// A continuous point in time used for `ContinuousClock`.
2626 public struct Instant : Codable , Sendable {
2727 internal var _value : Swift . Duration
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import Swift
2121///
2222/// This clock is suitable for high resolution measurements of execution.
2323@available ( SwiftStdlib 5 . 7 , * )
24- public struct SuspendingClock {
24+ public struct SuspendingClock : Sendable {
2525 public struct Instant : Codable , Sendable {
2626 internal var _value : Swift . Duration
2727
You can’t perform that action at this time.
0 commit comments