Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Mark task exception as handled

What parameters help to decide when to use which : Thread or ThreadPool or Task in C#

progress information and PartNumber of async Amazon S3 multi-part upload

Why simple multi task doesn't work when multi thread does?

.NET Core EF, when to avoid asynchronous database calls

Using IProgress when reporting progress for async await code vs progress bar control

What is the proper way to delay with cancellation support inside of a task execution delegate?

How to cancel a long-running Amazon Glacier file upload operation in .NET C#

Questions regarding Task Programming

Unexpected values for AsyncLocal.Value when mixing ExecutionContext.SuppressFlow and tasks

Is it possible to wait for unknown Tasks to complete?

Is there a way to control spatial/memory locality when using Parallel.For

Built in background-scheduling system in .NET?

What is the difference between EnumerablePartitionerOptions.NoBuffering and not using Partitioner at all?

Cancel all running thread of C# Parallel.Foreach immediately

Task.WhenAll with LINQ select

c# task-parallel-library

When do multiple awaits make sense?