mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #40832 from etcwilde/ewilde/async-top-level
A first pass at concurrency in top-level code
This commit is contained in:
@@ -393,6 +393,9 @@ namespace swift {
|
||||
/// cases.
|
||||
bool EnableNonFrozenEnumExhaustivityDiagnostics = false;
|
||||
|
||||
/// Enable making top-level code support concurrency
|
||||
bool EnableExperimentalAsyncTopLevel = false;
|
||||
|
||||
/// Regex for the passes that should report passed and missed optimizations.
|
||||
///
|
||||
/// These are shared_ptrs so that this class remains copyable.
|
||||
|
||||
Reference in New Issue
Block a user