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
I propose to add an option to the configuration to generate code with CancellationToken for asynchronous calls.
For example, asyncReturnType could have 4 possible values instead of 2:
["asyncReturnType"]: <"async" | "task" | "async-ct" | "task-ct">
The text was updated successfully, but these errors were encountered:
I propose to add an option to the configuration to generate code with CancellationToken for asynchronous calls.
For example, asyncReturnType could have 4 possible values instead of 2:
["asyncReturnType"]: <"async" | "task" | "async-ct" | "task-ct">
The text was updated successfully, but these errors were encountered: