IT Nursery
The class CancellationTokenSource is disposable. A quick look in Reflector proves usage of KernelEvent, a (very likely) unmanaged resource. Since CancellationTokenSource has no finalizer, if we do not dispose...
  • June 2, 2022
  • 0 Comments
What is the difference between the below code snippets? Won’t both be using threadpool threads? For instance if I want to call a function for each item in a...
  • May 19, 2022
  • 0 Comments