예제 #1
0
    public static void Explain(this CancelTaskOperation runnable, TextWriter writer)
    {
        writer.WriteLine(@"
- Cooperative cancelation means the token has to be observed by the implementor
- The implementor decides what kind of guarantees it can provide
- For example HttpClient cancelation it can happen that side-effects still occur
");
    }
예제 #2
0
    public static void Explain(this CancelTaskOperation runnable, TextWriter writer)
    {
        writer.WriteLine(@"
- Cooperative cancelation means the token has to be observed by the implementor
");
    }