plopslop

← back

Latestnewest first

Back to the feed

Use CancellationTokens

Steven Giesel6 Oct 2025

This is a very small blog post on why you should use CancellationTokens in your API. It is not only about your code Imagine we have a long running SQL Query like the following: SELECT COUNT_BIG(*)...