CSharp-Pills-15mg / Parallel-Evolution

My target for this pill is to explain the `async-await` construct by presenting a short history of parallel programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel Evolution

Pill Category

Frameworks (.NET)

Description

My target for this pill is to explain the async-await construct. I decided to do that by providing a short overview on the evolution of parallel execution of some code.

I will talk about:

  • Thread
  • ThreadPool
  • Task
  • async-await

Donations

If you like my work and want to support me, you can buy me a coffee:

ko-fi

About

My target for this pill is to explain the `async-await` construct by presenting a short history of parallel programming.


Languages

Language:C# 100.0%