mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This flag biases the overload checker in favor of selecting an asynchronous main function over a synchronous main. If no asynchronous main function exists, a synchronous one will still be selected. Likewise, if the flag is not passed and there are only asynchronous main functions available, the most specific asynchronous main function will still be selected.
98 KiB
98 KiB