Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Getting return values from Task.WhenAll

Parallel tree traversal in C#

How to correctly implement a TAP method?

Task Parallel Library WaitAny with specified result

c# task-parallel-library

Different exception handling between Task.Run and Task.Factory.StartNew

How do I unit test an async ICommand in MVVM?

Whats the benefit of passing a CancellationToken as a parameter to Task.Run?

Cleaning up CallContext in TPL

Task.Factory.StartNew() vs. TaskEx.Run()