mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Concurrency] Implement detecting isIsolatingCurrentContext user impls (#79946)
* [Concurrency] Detect non-default impls of isIsolatingCurrentContext * [Concurrency] No need for trailing info about isIsolating... in conformance * Apply changes from review
This commit is contained in:
committed by
GitHub
parent
1c78d0c683
commit
85fcd69833
@@ -1158,6 +1158,9 @@ public:
|
||||
/// \returns true if this module is the "swift" standard library module.
|
||||
bool isStdlibModule() const;
|
||||
|
||||
/// \returns true if this module is the "_Concurrency" standard library module.
|
||||
bool isConcurrencyModule() const;
|
||||
|
||||
/// \returns true if this module has standard substitutions for mangling.
|
||||
bool hasStandardSubstitutions() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user