原文:Swift Concurrency: Investigating Context Changes Triggered by Function Calls in Tasks
I m curious about why Task C and Task D are not executed on the main thread, unlike Task A and Task B. I comprehend that tasks inherit context from their parent, and in this case, they all share the ...