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 ... 5 6 7 8 9 ... 88
Title Δ
Task not working if background method needs UI: The calling thread... 0.00
SendAsync vs SendMailAsync vs new Thread vs Parallel.ForEach for se... 0.00
Thread safety when different processes access same resources 0.00
Run multiple asynchronous Tasks continuously 0.00
Parallel.ForEach with async lambda waiting forall iterations to com... +1.64
C# Await does not seem to wait for Http server to respond 0.00
How to launch a non-background process from a Windows Service? 0.00
gRPC metada returned from server only available when C# client uses... 0.00
Handling multiple synchronous network calls within asynchronous met... 0.00
How does the compiler know where to resume control after an await c... 0.00
Func syntax for async call 0.00
Is it allowed to use Task.Run in an ASP.NET Core controller? 0.00
How to call an async function synchronized without blocking the mai... +1.12
Is this the correct way to use ConfigureAwait(false)? +1.01
Are the await / async keywords needed under Task.Run? -0.13
int does not contain a definition for getAwaiter error 0.00
Should a separate event be allocated for an asynchronous delegate? -3.36
When running an Async/Await Experiment, operations do not occur in... +0.48
MySQL is blocking GUI with await 0.00
Looking for a Reader Writer Lock that works with async/await 0.00
How to set ASPNETCORE_ENVIRONMENT for console application? -0.75
Awaiting manually created task is freezing ASP.NET app +0.24
async await code executing not as expected 0.00
Is Nito.AsyncEx's AsyncProducerConsumerQueue performant enough... 0.00
C# async subsequent calls return existing task 0.00
Should async method calls chain up in all method calls scope? 0.00
await in async task method with synchronous logic c# -0.06
Async return Task method 0.00
Async processing on UI bound dependency properties -0.26
Async Await Return Task Null .Net Core -3.21
Cancellation Token throws exception. Not able to catch OperationCan... 0.00
Async Lambda Issue +0.24
When to use async in generic libraries? 0.00
Function returns before await async finishes +1.09
Thread-safety of bool flag crossing an async boundary 0.00
Library method: Async or not? 0.00
Using await Task.WhenAny() to ignore exceptions 0.00
Difference between Func<T, Task> and anonymous async await Ac... -1.59
What is the current correct way to start an infinite processing loo... 0.00
How to await on a message subscribed from Redis? 0.00
Why do I have to write await multiple times for an async query? -2.95
Bad SemaphoreSlim perfomance using a lot of semaphores 0.00
Polly RetryAsync not working and code is not logged 0.00
C# Parallel.Foreach...Multi theading with unknown number of threads +0.57
Async version of a method wrapper 0.00
C# Background Workers - How many should I use simultaneously? +0.63
async autosave from property setter in C# WPF 0.00
Neither GetAwaiter().GetResult() nor .Result worked for me but Task... +0.66
Hosted service not terminating after Environment.Exit 0.00
Pass-through for IAsyncEnumerable? +0.24