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 ... 24 25 26 27 28 ... 88
Title Δ
How to wrap a single sync operation with a Task with a Cancellation... 0.00
Why isn't TaskCanceledException stored in Task.Exception proper... -1.64
Unexplainable flow with MVC async -3.10
How to combine TaskCompletionSource and CancellationTokenSource? -2.56
while(true) + Task.Delay() inside async void method; should I expec... +0.23
Are there benefits to an async function? -1.78
Issue with EF IdentityDbContext when using async Methods 0.00
C# await in async method clears SynchronizationContext (with repro... +0.24
Using Async methods inside IAsyncResult +0.24
WinForms execute synchronous method that calls an async method with... +0.25
Nito.AsyncEx.AsyncLock stack overflow with lots of awaiters and syn... 0.00
Stream.CopyToAsync with progress reporting - progress is reported e... +1.64
Correct way to rewrite sync function with TAP 0.00
Multiple tasks using Parallel Foreach and WhenAny. Is that possible? +0.25
Long blocking while loop in ASP.NET MVC Web API application +1.08
Doesn't run RunOnUiThread after running some Task with Continue... 0.00
SendAsync with CancellationToken +0.24
C# Threading - Using a class in a thread-safe way vs. implementing... +0.26
Why should I prefer using API async fucntions over wrapping synchro... 0.00
WPF MVVM async worker methods with cancellation/overlapping call ha... 0.00
Task when all, connection is closing -1.34
Return a Task from a method with type void -0.25
Trying to understand Task.ContinueWith() -0.54
Could using static Tasks like this lead to a memory leak? 0.00
Async expressions C# -0.75
Is there a callback for when a task is completed in Task.WhenAll +0.20
Understanding the use of Task.Run + Wait() + async + await used in... +1.18
Multiple exit points from a Task (immediate and delayed) +1.64
Run function every few seconds in background without blocking UI c# +0.51
Processing tasks sequentially -0.25
ASPNET Core and async execution 0.00
Is it possible to create an async inteceptor using Castle.DynamicPr... 0.00
Call synchronous webservice methods asynchronously +0.77
Role of Task.Run in async and await 0.00
Do I have to await an async method? -2.72
Async lambda: "a task was cancelled" 0.00
Is there a way to apply .ConfigureAwait(false) to a whole task subt... +0.23
execute pair of tasks in Parallel 0.00
C# Block function and Wait for Event to trigger. Also using async I... 0.00
Implementing Awaitable Async method for NCache Get +0.25
Using ConfigureAwait(false) for private async methods? +0.26
SignalR asynchronous task 0.00
Unit testing methods on another thread -3.01
how to cancel a function after a while? -0.26
How to implement an async/await version of the System.IO.Directory.... 0.00
Stop successful await task -1.86
Does await create another thread internally before shifting to the... +0.92
Adding items to a list from asynchronous method -1.94
asynchronous Data Binding in XAML and C# -0.92
How do I return the TaskStatus when making a synchronous call async... +0.24