Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

TaskCompletionSource : When to use SetResult() versus TrySetResult(), etc

TPL Dataflow, whats the functional difference between Post() and SendAsync()?

Getting return value from Task.Run

How to construct a Task without starting it?

How does C# 5.0's async-await feature differ from the TPL?

How do I get a return value from Task.WaitAll() in a console app?

Asynchronous Task.WhenAll with timeout

Proper way of handling exception in task continuewith

How to cancel a CancellationToken

Why is TaskScheduler.Current the default TaskScheduler?

When to use TaskCreationOptions.LongRunning?

Is there a generic Task.WaitAll?

Does the use of async/await create a new thread?

How do Reactive Framework, PLINQ, TPL and Parallel Extensions relate to each other?

Passing a method parameter using Task.Factory.StartNew

can not await async lambda

Parallel.ForEach can cause a "Out Of Memory" exception if working with a enumerable with a large object

How to put a task to sleep (or delay) in C# 4.0?

Why does TaskCanceledException occur?

Difference between the TPL & async/await (Thread handling)