We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 028b964 + f7e8e91 commit b9586b9Copy full SHA for b9586b9
utils/swift-api-dump.py
@@ -104,6 +104,8 @@ def create_parser():
104
'member.')
105
parser.add_argument('--enable-experimental-concurrency', action='store_true',
106
help='Enable experimental concurrency model.')
107
+ parser.add_argument('--enable-experimental-distributed', action='store_true',
108
+ help='Enable experimental distributed actors.')
109
parser.add_argument('-swift-version', metavar='N',
110
help='the Swift version to use')
111
parser.add_argument('-show-overlay', action='store_true',
0 commit comments