We should be using the #isolation macro in all APIs where _unsafeInheritExecutor was used before; This handles it just for the continuation APIs, more to follow soon. resolves rdar://125307764 reso...
Description: In order to avoid isolation boundary warnings when task groups are used inside (global) actors we need to inherit isolation contest to most of their async APIs. Specifically, this PR r...