Skip to content

Commit a716915

Browse files
authored
Merge pull request #1717 from groue/dev/RxGRDB
Allow RxGRDB to compile without warning
2 parents 78b2796 + ef36727 commit a716915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GRDB/Core/DatabaseRegionObservation.swift

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ extension DatabaseRegionObservation {
8383
/// - parameter onChange: The closure to execute when a transaction has
8484
/// modified the observed region.
8585
/// - returns: A DatabaseCancellable that can stop the observation.
86+
@preconcurrency // For RxGRDB, see <https://github.com/RxSwiftCommunity/RxGRDB/issues/72#issuecomment-2631125658>
8687
public func start(
8788
in writer: any DatabaseWriter,
8889
onError: @escaping @Sendable (Error) -> Void,

0 commit comments

Comments
 (0)