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 ... 31 32 33 34 35 ... 88
Title Δ
c# run an async task in background when parent returns +0.47
Run a specific task parallel using Await and Async 0.00
How can i keep running thread awaited for some separate callbacks t... 0.00
Parallel execution for IO bound operations -2.40
Is it possible to run async callbacks on the "main" threa... 0.00
Dispatcher.BeginInvoke() not running asynchronously -0.80
Async function does not return control to the main thread (linq exp... 0.00
How to return IAsyncOperation<TReturn> result? -0.73
Why do javascript functions need to have the keyword "async&qu... 0.00
GUI is freezed till all tasks are finished -1.02
Any way to differentiate Cancel and Timeout +0.22
Is there any point in making this service asynchronous +0.85
How to use Assert.Catch with an async method -0.78
How can implement awaiting manually? +0.69
Simple way to rate limit HttpClient requests -0.20
Long running task is blocking the UI +0.59
async and await are single threaded Really? +1.20
Emulator hangs with Task status WaitingForActivation 0.00
Running Multiple Async Tasks - Faster results Chaining vs Parallel? 0.00
How do I properly exit prematurely from a method returning Task? +0.25
Networking Socket session continuity ( Work like an IP Paging System) 0.00
Using async/await and yield return with TPL Dataflow -0.40
App that uses Task Scheduler quickly runs out of memory -1.34
Run multiple instances of same method asynchronously? +0.06
Async event handlers with stateful event args 0.00
Updating background worker to async-await +0.94
C# How to catch exception in a Task without block UI using wait 0.00
async Controller with async Action doesn't work +1.22
Why my second ObservableCollection is getting update? 0.00
How to kill (not cancel) a Asynchronous Task which has already been... +0.19
async await obtain exception from inner task result +0.23
Application.DoEvents vs await Task.Delay in a loop +1.34
Error on calling Task.Run to create an async process +1.42
What is the order of the task result when using WhenAll and Continu... -0.78
Why can new threads access the UI? +1.62
Is there a TPL (Async/Await) based socket abstraction? 0.00
Snchronous to Asynchronous method while keeping Synchronous method... +1.29
What is the difference between these two functions using async/awai... 0.00
Passing a CancellationToken through a URI in C# 0.00
Async await in linq select +0.23
Client/Server communication with StreamSockets - client waits infin... 0.00
Distinguish between void and task returning method +0.23
Why is the default implementation of DbConnection.OpenAsync(Cancell... -1.24
Stop Background worker in WPF -2.31
Get the content of website using HttpClient but without async method -0.78
await any async method and (event or boolean) -0.79
Awaiting a TaskCompletionSource<T> that never returns a Task 0.00
Starting async method as Thread or as Task -0.64
How to handle TaskCanceledException? 0.00
Mocking Async Methods 0.00