Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task.Wait Method (CancellationToken)

How is Task.Delay awaitable if it's not marked async?

If async/await doesn't create new thread then explain this code

Parent task does not wait for child task to complete

Return value and keyword inside a Parallel ForEach or For loop

General purpose FromEvent method

Oracle Client vs. Task-based Asynchronous Pattern (async/await)

How do I make SqlDataReader.ReadAsync() run asynchronously?

Threading & implicit memory barriers

Best strategy for finding tasks with unobserved exceptions

Is there a variant of `Task.Delay` that expires after real time passes e.g. even when the system is suspended and resumed?

Verify that task is being awaited

Turning async socket Parallel and not only Concurrent in very intensive application using TPL

Is there a way of setting a Task driven via TaskCompletionSource to Status 'Running'?

c# task-parallel-library

How to handle exceptions in Tasks with debugger?

Parallel loops and Random produce odd results

I want the Task to handle any exceptions that are thrown, but am finding it difficult to stop them from reaching the parent