Make all Async methods cancellable
Closed this issue · 0 comments
nvborisenko commented
interface ILaunchResource
Task<MessageResponse> AnalyzeAsync(AnalyzeLaunchRequest request, CancellationToken cancellationToken = default);
CAUTION:
It's not a breaking change on compilation level, but a breaking change at binary level.