mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
C++ executor implementations were `#include`ed into `GlobalExecutor.cpp`, which makes it difficult to replace the global executor when using the Embedded Concurrency library. Refactor things so that they build into separate objects, which means replacing them is just a matter of writing the relevant functions yourself. rdar://135380149
67 KiB
67 KiB