Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in taskcompletionsource

ThreadPool.RegisterWaitForSingleObject leaks RegisteredWaitHandle objects (and memory) over time

ASP.NET MVC POST waiting indefinitely on first attempt

Async Tasks, Cancellation, and Exceptions

Should I always complete a TaskCompletionSource?

Should this code return a Task or Task<object>?

Mocking Async Methods

What's causing a deadlock? [duplicate]

Can one detect uncontrolled cancellation from .NET library code?

Why does my TCS not await?

How to cancel a TaskCompletionSource using a timeout

What is the purpose of TaskCreationOptions with a TaskCompletionSource?

How to preserve await behavior with TaskCompletionSource.SetException?

TaskCompletionSource throws "An attempt was made to transition a task to a final state when it had already completed"

How to combine TaskCompletionSource and CancellationTokenSource?

Timeout an async method implemented with TaskCompletionSource

When should TaskCompletionSource<T> be used?