The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

Multithreading in C# .NET 4.5 (Part 2) – CodeProject

Posted by jpluimers on 2017/10/10

Always good having a reference article at hand: [WayBackMultithreading in C# .NET 4.5 (Part 2) – CodeProject

via: [WayBackBest C# Article of September 2016 PureNsanity – Multithreading in C# .NET 4.5 (Part 2)Runner UpSnesh Prajapati – Factory Patterns – Simple Factory … – CodeProject – Google+

–jeroen

One Response to “Multithreading in C# .NET 4.5 (Part 2) – CodeProject”

  1. jpluimers's avatar

    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.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.