Skip to content

Commit

Permalink
AsyncLocal + AsyncLazy
Browse files Browse the repository at this point in the history
  • Loading branch information
amiru3f authored Apr 15, 2022
1 parent e8f607f commit 8a5dd1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/dotnet/questions/async-concurrency-threading.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* Thread.Sleep vs Task.Delay
* Long-running threads (ThreadPool effects, Implementation via TaskFactory)
* ExecutionContext vs SyncronizationContext (aspnetcore breaking changes ?)
* AsyncLocal
* Asynchronous design patterns like AsyncLazy
* CancellationToken
* Usages
* Creating a cancellation-token using CancellationTokenSource
Expand Down

0 comments on commit 8a5dd1c

Please sign in to comment.