5 Recommended Patterns When Using Cancellation Token in .NET
Apr 3, 2024 · 6 min read · Are you passing around the CancellationToken to all your functions blindly? Stop using Cancellation Tokens the wrong way in .NET! CancellationTokens in .NET allows the caller to express lost interest in the result of an operation. This can be at a Fu...
Join discussion




