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 d0e0c59 commit a1ee414Copy full SHA for a1ee414
Sources/AsyncQueue/ActorQueue.swift
@@ -78,7 +78,7 @@ public final class ActorQueue<ActorType: Actor>: @unchecked Sendable {
78
79
actor.execute { [taskStream] _ in
80
func beginExecuting(
81
- _ operation: sending @escaping (isolated ActorType) async -> Void,
+ _ operation: @escaping (isolated ActorType) async -> Void,
82
in context: isolated ActorType
83
) {
84
// In Swift 6, a `Task` enqueued from an actor begins executing immediately on that actor.
0 commit comments