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 ... 8 9 10 11 12 ... 88
Title Δ
Is there a way to handle the event when a new thread is created in... 0.00
What is the best practice/proper way to invoke an async method with... 0.00
How to use Async Task in sync method +1.47
Update async intill key pressed 0.00
Why an async Action I passed to Task.Run() is not awaited? -1.48
Passing extra argument to the EndMethod when using Task.Factory.Fro... 0.00
Task Chaining when every task is dependent on certain events 0.00
Allow Objects Created on a Background Thread to be Accessed on the... 0.00
IQueryable iteration: do I need ToListAsync()? 0.00
Why make an awaitable synchronous doesn't work in a separate me... 0.00
A way to Lock await calls one at a time when there are multiple cal... 0.00
Is async await inappropriate for achieving dynamic parallelism? 0.00
Handle exceptions with TPL Dataflow blocks +0.44
async/await runs synchronously? -1.23
Transform Block linking to multiple targets with predicate not work... 0.00
Exceptions not bubbling up to Error Handling Middleware? 0.00
Updating a REF param in an Async method callback -0.52
HttpClient SendAsync DeadLock -3.06
Alternative to yielding in an IAsyncEnumerable 0.00
Is there a way to have sync and async version of the same method wi... +0.53
How to use ConfigureAwait on async methods +0.61
Task.Result blocking inside Parallel.ForEach due to slow HttpClient... -2.92
Why do I have a filled HttpContext when COnfigureAwait(false) is us... 0.00
use asynchronous functions for I/O-bound operations 0.00
Creating an awaitable System.Timers.Timer 0.00
Replacing Thread.Sleep with Task.Delay 0.00
How can I run code that only has async APIs without deadlocking in... +0.88
How does parallelization work on async/await? +0.23
How to make UI responsive while calling external exe in C#? +0.24
How to write a test to expose returning a task from a using block? +1.76
RestRequestAsyncHandle.Abort() won't trigger CancellationToken.... 0.00
Polly WaitAndRetryAsync hangs after one retry 0.00
TCP Socket ReceiveAsync sometimes takes too long 0.00
How can i wait an async method to finish and then continue executin... -0.78
Should non-IO methods (e.g. when creating View Models) be async? 0.00
Running multipe Task<> in an enterprise application in a safe... +0.23
How to run multiple methods asynchron and in parallel with delay 0.00
When does 'await' immediately leave a method and when does... +0.82
Explanation on Main thread Execution with await keyword 0.00
Implement async interface with synchronous code 0.00
Issues with DbContext getting disposed after multiple calls to serv... -3.05
Can't handle exceptions in async method in Debug on Windows 7 0.00
How to avoid running a function when paths list is empty and just r... 0.00
Fill GridViews with Entity Framework Asynchronously 0.00
Does computer shutdown from within SemaphoreSlim spell trouble? 0.00
Proper way to use HttpClient within Parallel.Foreach to make a larg... +1.05
Prevent static property being accessed before async function initia... +1.14
Task.Factory.StartNew blocking calls to other methods during long r... +1.00
How do I diagnose this unobserved exception? +0.23
TPL Data flow - usage with events stream 0.00