Skip to content

Commit 98bdd52

Browse files
authored
Mark AbsoluteScheduleValue as sendable type (#14)
1 parent fa581b3 commit 98bdd52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/LoopAlgorithm/AbsoluteScheduleValue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import Foundation
88

9-
public struct AbsoluteScheduleValue<T>: TimelineValue {
9+
public struct AbsoluteScheduleValue<T: Sendable>: TimelineValue, Sendable {
1010
public var startDate: Date
1111
public var endDate: Date
1212
public var value: T

0 commit comments

Comments
 (0)