Multithreading in C# .NET 4.5 (Part 2) – CodeProject
Posted by jpluimers on 2017/10/10
Always good having a reference article at hand: [WayBack] Multithreading in C# .NET 4.5 (Part 2) – CodeProject
via: [WayBack] Best C# Article of September 2016 PureNsanity – Multithreading in C# .NET 4.5 (Part 2)Runner UpSnesh Prajapati – Factory Patterns – Simple Factory … – CodeProject – Google+
–jeroen
jpluimers said
Related (via Mathijs ter Woord): https://msdn.microsoft.com/en-us/library/dn906268.aspx
AsyncLocal Class Represents ambient data that is local to a given asynchronous control flow, such as an asynchronous method.
It’s different from ThreadLocal which is local to the thread but can be shared with multiple asynchronous control flows.