We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78b2796 + ef36727 commit a716915Copy full SHA for a716915
GRDB/Core/DatabaseRegionObservation.swift
@@ -83,6 +83,7 @@ extension DatabaseRegionObservation {
83
/// - parameter onChange: The closure to execute when a transaction has
84
/// modified the observed region.
85
/// - returns: A DatabaseCancellable that can stop the observation.
86
+ @preconcurrency // For RxGRDB, see <https://github.com/RxSwiftCommunity/RxGRDB/issues/72#issuecomment-2631125658>
87
public func start(
88
in writer: any DatabaseWriter,
89
onError: @escaping @Sendable (Error) -> Void,
0 commit comments