Avatar
WWDCのセッションでこのように言っていたので、優先順位に合わせて入れ替えるものだと思っていました
そういえばactorでも実行中のTaskに関してはPriority Inversionが発生するとソースドキュメントに書いてありましたね https://github.com/apple/swift/blob/release/5.5-08092021/stdlib/public/Concurrency/Task.swift#L208 このテストがその挙動を表しているぽいですね👀 https://github.com/apple/swift/blob/main/test/Concurrency/Runtime/async_task_priority_current.swift#L11
(edited)
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub.
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub.