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 86ff1d0 commit 81047cbCopy full SHA for 81047cb
Sources/ComposableArchitecture/Effect.swift
@@ -430,7 +430,7 @@ extension Effect {
430
public mutating func addTask(
431
name: String?,
432
priority: TaskPriority? = nil,
433
- operation: @escaping @Sendable (any) () async -> ChildTaskResult
+ operation: @escaping @Sendable () async -> ChildTaskResult
434
) {
435
addTask(priority: priority, operation: operation)
436
}
0 commit comments