Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Killing a deadlocked Task in .NET 4 TPL

Instance of Task class (Task.Factory.StartNew or TaskCompletionSource)

Task chaining without TaskCompletionSource?

Should .Net 4.0 Tasks always be the preferred method for multi-threaded applications?

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