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 ... 25 26 27 28 29 ... 88
Title Δ
SemaphoreSlim Await Priority 0.00
async/await with thread timer -0.76
What's the purpose of the TPL ContinueWith method? -0.05
How to call an async method in viewmodel +0.24
C#/Tasks Error being logged twice with Task.Wait after wait timeout 0.00
The await operator can only be used within an async method +0.23
Accessing Object from different thread - Tasks 0.00
Asynchronous module completed while another operation is pending 0.00
C# async tasks: do all participating methods have to be async as we... +0.70
Is async partial void MyPartialMethod() dangerous? +0.91
async methods and internal looping 0.00
How to run api calls and execute their response parallel in c#? -0.75
Design with async/await - should everything be async? +1.47
Web Api C# - Task.Factory.startnew vs async 0.00
Calling Async in a Sync method +0.00
WebAPI return response conditionally and async 0.00
Asynchronously invoking a parallel for loop 0.00
In which case does TaskCompletionSource.SetResult() run the continu... +0.07
Callback with async and await -0.32
Why is TaskCanceledException thrown when using Dapper QueryAsync<... +0.24
How do I create a custom SynchronizationContext so that all continu... 0.00
.NET Async Queue Processing with a few extras 0.00
Where is the OnCompleted callback for Task? -3.14
What allows a .NET Task to continue after waiting for I/O to comple... 0.00
Sync to async dispatch: how can I avoid deadlock? +0.24
How to avoid code duplication when writing DoStuff() and DoStuffAsy... +0.77
Task.ContinueWith fires before task is finished -1.04
How to use async / await with a method returning an ObservableColle... +0.66
async/await Tcp socket implement accepts only one connection -3.05
call async method from non async mvc controller and get return to a... 0.00
Tasks and Binding works but every now and then I get an error out o... -0.26
Best way to start several async tasks in parallel? 0.00
Deadlocking on Async even with ConfigurationAwait(false) when resol... +0.24
Parallel.ForEach vs Async Forloop in Heavy I/O Ops +0.73
How do I unwrap Task<IEnumerable> to work with the results? -1.98
What happens if there are no IO threads to handle async result? +0.72
How to parallel execute tasks on separate CPU cores 0.00
Async/await, updating ui components after call, "different thr... -2.95
Converting synchrous to asynchrous method in C# +1.25
Is .GetAwaiter().GetResult(); safe for general use? 0.00
Correct way to run two tasks 0.00
run async code from non async method +0.22
Guaranteed way to cancel a hanging Task? +0.91
Promise equivalent in C# +0.58
.NET Task Performance with 1000s of blocked Tasks +0.23
Why does async slow down independent, subsequent code? +0.24
Stream.WriteByte() not working 0.00
What's the best way to multithread? -1.60
Pass async Callback to Timer constructor 0.00
Proper way to await something in a method that does not return void... +0.70