Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

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