Skip to content

Commit

Permalink
make Property _send() closure private(set)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Dec 1, 2024
1 parent d035070 commit ed4e778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftOCA/OCC/PropertyTypes/Property.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public struct OcaProperty<Value: Codable & Sendable>: Codable, Sendable,
}
}

var _send: (@Sendable (_: OcaRoot?, _: PropertyValue) -> ())!
private(set) var _send: (@Sendable (_: OcaRoot?, _: PropertyValue) -> ())!

@_spi(SwiftOCAPrivate)
public let subject: AsyncCurrentValueSubject<PropertyValue>
Expand Down

0 comments on commit ed4e778

Please sign in to comment.