Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

How to properly use Task.ContinueWith?

c# lock and listen to CancellationToken

Why does this async / await code generate "...not all code paths return a value"?

C# async/await chaining with ConfigureAwait(false)

How to implement synchronous Task-returning method without warning CS1998?

Should methods returning Task<T> always start the returned task?

c# task-parallel-library

Why is the Task's Result property unavailable for non-generic Task (C# 4.0+)?

Retry policy within ITargetBlock<TInput>

Task.Delay for more than int.MaxValue milliseconds

Using the Task Parallel Library on an event-based asynchronous pattern

What is the best way for wrapping synchronous code into asynchronous method

.NET 4.0's Task class - Promise interface?

Using TPL how do I set a max threadpool size

How to execute task in the wpf background while able to provide report and allow cancellation?

Why use async controllers, when IIS already handles the request concurrency?

Converting loop to tasks

How to Schedule a task for future execution in Task Parallel Library

Is it possible always to force a new thread with Task?

What is the purpose of TaskCreationOptions with a TaskCompletionSource?

Unit testing code that uses Task.Factory.StartNew().ContinueWith()