Avatar
今さらの話かもしれませんが、async letはdefaultのglobal executorで実行されるはずです。async letのPRに書いてあります。 By default, child tasks use the global, width-limited, concurrent executor, in the same manner as task group child-tasks do. https://github.com/apple/swift-evolution/blob/main/proposals/0317-async-let.md#proposed-solution (edited)