Skip to content

Commit

Permalink
Merge pull request #5 from MohammadHKhanipour/patch-1
Browse files Browse the repository at this point in the history
Fixed a grammatical mistake
  • Loading branch information
MoienTajik committed Jul 24, 2021
2 parents e714518 + 653c6ad commit c7075b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dotnet/questions/async-concurrency-threading.md
Expand Up @@ -13,7 +13,7 @@
* Why `async void` is bad? When we have to use them?
* Task.Run
* What does it do?
* Does Task.Run() creates a new Thread?!
* Does Task.Run() create a new Thread?!
* Exception-Handling in Fire & Forget scenarios
* Thread.Sleep vs Task.Delay
* CancellationToken
Expand Down

0 comments on commit c7075b1

Please sign in to comment.