Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Task.Faulted and Task.Exception

Calling an async method using a Task.Run seems wrong?

Restart a task or create a new one?

'WaitFor' an observable

Analogue of Queue.Peek() for BlockingCollection when listening to consuming IEnumerable<T>

AggregateException is throwing while waiting for PostAsJsonAsync