Skip to content

Commit

Permalink
🎵 Whatever Lola wants, Lola gets
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Feb 5, 2025
1 parent 78b2796 commit ef36727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GRDB/Core/DatabaseRegionObservation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ extension DatabaseRegionObservation {
/// - parameter onChange: The closure to execute when a transaction has
/// modified the observed region.
/// - returns: A DatabaseCancellable that can stop the observation.
@preconcurrency // For RxGRDB, see <https://github.com/RxSwiftCommunity/RxGRDB/issues/72#issuecomment-2631125658>
public func start(
in writer: any DatabaseWriter,
onError: @escaping @Sendable (Error) -> Void,
Expand Down

0 comments on commit ef36727

Please sign in to comment.