Within the introductory part of the Concurrency chapter of "The Swift Programming Language" I learn:
When an asynchronous perform resumes, Swift doesn’t make any
assure about which thread that perform will run on.
This stunned me.
Is there somebody that would shed gentle why that is and/or why Swift would not assure resuming on the identical thread?