Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Asynchronous socket operations in a Task

Task event or action on cancel token requested

c# task-parallel-library

Strange Behavior When I Don't Use TaskCreationOptions.LongRunning

Wrapping Native Async functions with Task<T>

Parallel code bad scalability

Await Task.WhenAll() inside task not awaiting

ConcurrentDictionary is it threadsafe to edit the value after a GetOrAdd?

Threads spun with Task.Run always exit with exit code 259 [duplicate]

Task with event notification - .net 4

Task.WhenAll return list instead of array

Using statement in Task

How to correctly clean up after long running task is cancelled

Task synchronization without a UI thread

Performance counters for the TPL?

Factors for determining partitionCount for C# Partitioner.GetPartitions()

Wrap .NET Remoting async method in TPL Task

How to adapt a C++ std::future return value to a C# System.Threading.Tasks.Task?

What is the reason for Task.IsCompleted to use cached flags?