Closed LordMike closed 4 years ago
At several steps before sending a request to the network driver, it could be beneficial to do a token.ThrowIfCancellationRequested(), to avoid doing extra work if the token was cancelled before time.
token.ThrowIfCancellationRequested()
At several steps before sending a request to the network driver, it could be beneficial to do a
token.ThrowIfCancellationRequested()
, to avoid doing extra work if the token was cancelled before time.