-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Always generate async code Motivation: Async code generation currently requires opting in. We should make it the default alongside the NIO-based code so that it's easier to find. Modifications: - Remove the async options from the generator. - Update the generator to always emit async code behind compiler guards. - Update plugin docs. - Regenerate code. Result: Async code is easier to find. * Regenerate
- Loading branch information
Showing
20 changed files
with
1,583 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
474 changes: 450 additions & 24 deletions
474
Performance/QPSBenchmark/Sources/QPSBenchmark/Model/benchmark_service.grpc.swift
Large diffs are not rendered by default.
Oops, something went wrong.
187 changes: 136 additions & 51 deletions
187
Performance/QPSBenchmark/Sources/QPSBenchmark/Model/control.pb.swift
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.