Skip to content

Commit 4abe835

Browse files
committed
Revert "More comments"
This reverts commit 5fb2d3a.
1 parent 5fb2d3a commit 4abe835

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/AsyncQueue/ActorQueue.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ public final class ActorQueue<ActorType: Actor>: @unchecked Sendable {
8989
}
9090

9191
for await actorTask in taskStream {
92-
// The compiler does not have a guarantee that `actor === actorTask.executionContext`, so we must `await`.
93-
// In practice, however, that condition is always true, and therefore we do not end up suspending here.
9492
await beginExecuting(
9593
actorTask.task,
9694
in: actorTask.executionContext

0 commit comments

Comments
 (0)