Search code examples
Using a TaskCompletionSource<T> to asynchronously wait without locking?...


c#async-awaittasktaskcompletionsource

Read More
When should TaskCompletionSource<T> be used?...


c#.net.net-4.0task-parallel-librarytaskcompletionsource

Read More
Use TaskCompletionSource with generic Type as parameter...


c#.netrefactoringtaskcompletionsource

Read More
Synchronously Wait on TaskCompletionSource.Task...


c#asynchronoustasktaskcompletionsource

Read More
Why will the synchronous continuations no longer be executed synchronously?...


c#tasktask-parallel-librarytaskcompletionsource

Read More
JSON-RPC - Handling exceptions with TaskCompletionSource (SetException)...


c#.net-corejson-rpctaskcompletionsource

Read More
Why is the task from TaskCompletionSource not completed after 5 seconds?...


c#cancellationtokensourcetaskcompletionsource

Read More
Avoiding allocations and maintaining concurrency when wrapping a callback-based API with an async AP...


c#asynchronousconcurrencysolacetaskcompletionsource

Read More
Strange case involving TaskContinuationOptions.RunContinuationsAsynchronously...


c#async-awaittasktaskcompletionsource

Read More
How to convert this WebSocket pattern to a Task I can await/cancel/continuewith/...


websocketasync-awaittask-parallel-libraryienumerabletaskcompletionsource

Read More
Awaiting a single .NET event with a ValueTask...


c#.net-coretaskcompletionsourcevaluetask

Read More
Get count of current active Tasks spawned by a multithreaded application...


c#blockingcollectiontaskcompletionsource

Read More
How to cancel a TaskCompletionSource using a timeout...


c#async-awaittaskcompletionsource

Read More
How to combine TaskCompletionSource and CancellationTokenSource?...


c#asynchronousasync-awaitcancellationtokensourcetaskcompletionsource

Read More
How to form collection of TaskCompletionSource<T> and keep type safety...


c#genericscastingasync-awaittaskcompletionsource

Read More
Timeout an async method implemented with TaskCompletionSource...


c#asynchronoustimeoutasync-awaittaskcompletionsource

Read More
Build an IAsyncEnumerable using TaskCompletionSource...


c#ienumerabletaskcompletionsourceiasyncenumerable

Read More
I was wondering if using TaskCompletitionSource is a bad choice...


c#.nettask-parallel-librarytaskcompletionsource

Read More
How to continue TaskCompletionSource<> in another thread?...


c#.netmultithreading.net-coretaskcompletionsource

Read More
Using Polly in C#, can I wait until a timespan elapses OR a task terminates before retrying?...


c#async-awaitpollyretry-logictaskcompletionsource

Read More
How do I unit test a class that depends on TaskCompletionSource?...


c#unit-testingxunit.nettaskcompletionsource

Read More
SignalR workaround to get client data from server...


angularasp.net-core-2.0asp.net-core-signalrtaskcompletionsource

Read More
Return with await when wrapping old async pattern into TaskCompletionSource?...


c#async-awaittaskcompletionsource

Read More
Do Tasks generated by TaskCompletionSource need to be Dispose()d?...


.nettaskdisposetaskcompletionsource

Read More
Can I guarantee runnable task continuations have been run?...


c#async-awaittasktask-parallel-librarytaskcompletionsource

Read More
Task FromResult vs TaskCompletionSource SetResult...


c#asp.net-web-apitask-parallel-libraryasync-awaittaskcompletionsource

Read More
Deadlocks in async method using TaskCompletionSource...


c#asp.net.netasp.net-web-apitaskcompletionsource

Read More
Can not get results of TaskCompletionSource...


c#async-awaittasktaskcompletionsource

Read More
Waiting for events asynchronously in C#...


c#wcfasynchronoustaskcompletionsource

Read More
What's causing a deadlock?...


c#multithreadingtaskdeadlocktaskcompletionsource

Read More
BackNext