Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

.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()

Selectively preventing the debugger from stopping on 1st chance exceptions

Is Task.Delay Worth Cancellation?

What are the use cases for TPL Dataflow over Reactive Extensions (Rx)

Should I use IsCancellationRequested from token or source when both are available?

How to get a task NOT to be executed on the UI thread

(How) Does TPL use (CLR) Thread Pool?

Why isn't a CancellationToken included in the Task<T> monad?

What gotchas exist with Tasks and Garbage Collection?

Considerations for not awaiting a Task in an asynchronous method

Task.Run in Static Initializer

Understanding the behavior of TaskScheduler.Current