We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f4cd6 commit 92a9047Copy full SHA for 92a9047
Sources/_Helpers/SupabaseLogger.swift
@@ -178,6 +178,8 @@ extension SupabaseLogger {
178
}
179
180
@inlinable
181
+@discardableResult
182
+@_unsafeInheritExecutor
183
package func trace<R>(
184
using logger: (any SupabaseLogger)?,
185
@_inheritActorContext _ operation: @Sendable () async throws -> R,
Sources/_Helpers/TaskLocalHelpers.swift
@@ -8,8 +8,10 @@
8
import Foundation
9
10
extension TaskLocal where Value == JSONObject {
11
+ @inlinable
12
@discardableResult
- @inlinable package func withValue<R>(
13
+ @_unsafeInheritExecutor
14
+ package func withValue<R>(
15
merging valueDuringOperation: Value,
16
@_inheritActorContext operation: @Sendable () async throws -> R,
17
file: String = #fileID,
0 commit comments