Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

when parent thread sleep does sub threads also sleep?

TPL Dataflows LinkTo multiple consumers not working

Task.Result/wait(..) is indefinitely waits if waited on chain of tasks have 'unwrapped' task, whereas successfully completes if 'async/await' is used

Is it safe to use ContinueWith as a "finally" operation?

Logical CallContext values not flowing using async Tasks

Task.ContinueWith() parent task doesn't wait for child task to finish [duplicate]

Why is async/await not working in my ASP.net 5 Console Application?

Continuous polling using Tasks

Using System.Threading.Tasks.Parallel create new thread in the thread pool?

Action<T> vs Standard Return

Type 'T' is not awaitable

FileStream.ReadAsync very slow compared to Read()

Microsoft's CCR vs Task Parallel Library

Parallel.Invoke - Exception handling

What happens to a disposed Task?

Modification of a local variable to null, via another thread, how is that possible

How do I correctly use HttpClient with async/await?

Task Parallel Library for directory traversal

"The calling thread must be STA" workaround

Task continuation blocking UI thread