StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Stephen Cleary

Rating
1683.07 (234th)
Reputation
420,505 (85th)
Page: 1 ... 6 7 8 9 10 ... 88
Title Δ
Async method execution flow that has to deal a simple CPU bound ope... 0.00
Does "await Task.CompletedTask" do anything? 0.00
If you kill the thread that started a `async` task, do you kill the... +0.90
xUnit mocked async test method not raise expected exeption 0.00
How to execute an arbitrary number of async tasks in sequential ord... +1.05
Replace Task.WhenAll with PLinq 0.00
Cannot use extension command to call async from synchronous? 0.00
Async calls in blazor app hang forever and never error 0.00
Task without async/await in controller action method +0.79
Layering async/await in .Net 0.00
How to execute a dynamic list of async functions in a sequential way? +0.25
calling an async function from. a custom. thread in c# 0.00
Choosing between calling asp.net core blazor methods synchronously... -0.63
Is async/await still useful even when my method is not using concur... 0.00
how to use async method inside lock +0.21
One line fire and forget: void vs. async void + await +0.67
Does Task.Run generate overhead with I/O bound operation? +0.90
C# How to cancel a progress bar? 0.00
C# Wait for async method to finish before continuing +0.89
Return IAsyncEnumerable from an async method 0.00
Does .NET resume an await continuation on a new different thread po... +0.70
ConfigureAwait(true) in library 0.00
Async task deadlocks if task is extracted first 0.00
How do I (gracefully) shut down a worker service from within itself? +0.98
Do I need to synchronize resource access between Tasks with the def... 0.00
Non awaitable as "fire & forget" - is it safe to use? +1.22
how to do it better replace continueWith to async/await in C# -2.81
Chaining Asynchronous function dependent on result of Parent Task 0.00
Distinct/GroupBy in WhenAll result Async 0.00
How to cancel ValueTask<T> 0.00
Do the methods in the services also have to be async when the contr... 0.00
When using "Async", why "Await" is used 0.00
Trying to run a Task in .net 4.0 (using SSIS) 0.00
Task running for min. amount of time -0.26
How to invoke a method on specific running task 0.00
How to cancel custom awaitable 0.00
"await task.ConfigureAwait(false)" versus "await Con... 0.00
How do you mock an IAsyncEnumerable? +1.06
How to wait for first async await method before continuing second m... 0.00
How to make ConcurrentExclusiveSchedulerPair work with async and aw... -3.38
To run or not run ConfigureAwait(false) with both services and acti... -0.58
Run compute heavy task in parallel without waiting for result in C# 0.00
Async Web Service call not consistently asynchronous +0.24
Realizing the benefits of async/await in a Web API when a syncronou... +0.22
async/wait: bubbleup exceptions? 0.00
Is Task.ContinueWith() guaranteed to run? 0.00
Deadlock when calling an async method inside a non async action 0.00
Why isn't WebRequest.GetResponseAsync() async? 0.00
How to make parallel async queries in EF Core 3.0 with repository p... 0.00
Why does C# compiler not optimize simple async/await methods 0.00