Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Pipelines, multiplexing, and unbounded buffering

Stopwatch in a Task seems to be additive across all tasks, want to measure just task interval

How to pass HttpContext.Current to methods called using Parallel.Invoke() in .net

Get the result for the last Task<> ( continuation)?

Make Reactive Extensions Buffer wait for asynchronous operation to complete

How can I specify an unordered Execution Block using the TPL Dataflow Library?

Can one detect uncontrolled cancellation from .NET library code?

Multithreading task to process files in c#

SynchronizationContext, when does it flow and when does it not?

Child task canceled, Parent completed?

c# task-parallel-library

How to avoid nested AggregateException when using Task.ContinueWith?

Multiple parallel calls to WCF Service takes longer than single call

Console application not torn down by an unhandled task exception

c# task-parallel-library

Unit test is failing when ContinueWith is used with System.Threading.Tasks.Task

Why PLinq doesn't support more than 63 parallel threads?

Task Continuation (OnlyOnFaulted) still gets unobserved exception

Would a ThreadPool or a Task be the correct thing to use for a server?

Proper way to chain Tasks

"Hello World" for Task-based Asynchronous Pattern?

When should I use LongRunning Task Creation option?