mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Using single-threaded concurrency was a temporary solution, now that the task-to-thread model actually supports multiple threads, let's switch off of it. Instead, let's introduce a "global executor none" option (implicitly set under the task-to-thread model) to denote that the concurrency model is not using a global executor. rdar://99448771
3.6 KiB
3.6 KiB