Click here to Skip to main content
15,886,067 members
Articles / Programming Languages / C#

Unified Concurrency I - Introduction

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
24 Mar 2019CPOL14 min read 26.4K   191   32  
The Cross-Platform Object-Oriented approach to Synchronization Primitives for .NET and .NET Core based on one shared pattern between two interfaces for General Threading and Async/Await.
In this introductory article, I present a list of implemented synchronization primitives with a statement of their properties, performance assessment and code examples without complexities of performance measurement/analysis.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Czech Republic Czech Republic
Hi, I am Marek Pavlu,

I am a Software Engineer and Applied Physicist.
I love complex problems because they come with structure, constraints, limitations, interactions - it always helps me remember, understand, manipulate and solve the problem with a limited number of principles and rules helping me build solution capable to reduce the complexity of the problem.

I love logic, humanism, and ethics.
I like to follow politics of USA and especially congressional/senate hearingsSmile | :) .
I like to plant new trees in the large garden around the family house and in recent years I learned how to successfully grow roses.


www.linkedin.com/in/ipavlu

Comments and Discussions