Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task Parallel Library - LongRunning task vs Multiple Continuations

ConfigureAwait(false) vs setting sync context to null

Multithread error not caught by catch

async/await with ConfigureAwait's continueOnCapturedContext parameter and SynchronizationContext for asynchronous continuations

Where can I find a TPL dataflow version for 4.0?

CurrentCulture with async/await, Custom synchronization context

Implement Async Interface synchronous [duplicate]

Why pass cancellation token to TaskFactory.StartNew?

c# task-parallel-library

Is it too early to start designing for Task Parallel Library?

Observing Task exceptions within a ContinueWith

Tasks vs. TPL Dataflow vs. Async/Await, which to use when?

What do I do with async Tasks I don't want to wait for?

Batching on duration or threshold using TPL Dataflow

The difference between Task.Factory.FromAsync and BeginX/EndX?

Efficient signaling Tasks for TPL completions on frequently reoccuring events

Parallel.ForEach Misbehaviour [duplicate]

Thread safety of yield return with Parallel.ForEach()

Can ConfigureAwait(false) in a library lose the synchronization context for the calling application?

Windows Service running Async code not waiting on work to complete

Where to use concurrency when calling an API