swift
89e55594 - Teach witness thunks to hop to the actor when needed.

Commit
3 years ago
Teach witness thunks to hop to the actor when needed. When a synchronous, actor-isolated declaration witnesses an asynchronous, not-similarly-isolated requirement, emit an actor hop within the witness thunk to ensure that we properly enter the context of the actor. Fixes #58517 / rdar://92881539. (cherry picked from commit 25a79889828a775c1d257b8f155a6d17ddac2142)
Author
Committer
Parents
Loading