You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation
The generator itself is synchronous, but it can be run in one of more
modes: `types`, `client`, `server`, and these runs can be parallelised.
This is likely to have value to most adopters since most will use at
least two modes. This is especially useful for large APIs.
### Modifications
Run all the requested modes of the generator in a task group.
### Result
When running with multiple modes, generation is faster.
Concretely, when using the Github API and generating types and client,
it cut the overall generation time by 40%.
### Test Plan
CI.
### Resolves
Resolves#227.
Signed-off-by: Si Beaumont <[email protected]>
0 commit comments