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 ... 7 8 9 10 11 ... 88
Title Δ
In which cases will async methods be continued in a different threa... 0.00
Gaining the server side benefits of Async/Await without changing th... 0.00
Multi threading leading to race conditions 0.00
Task.delay problems in this situation 0.00
ManualResetEventSlim blocks threads i.e. wasting them? 0.00
how to await an event handler invocation? +0.90
A second operation started on this context before a previous asynch... 0.00
Queuing delays when using async/await 0.00
Async CanExecute method using DelegateCommand in MVVM -1.01
What are differences between the 3 calls for async Func<Task<... +1.11
c# Multi Threading only using 25% of CPU 0.00
Difference between writing Asynchronous Code with Task and Asynchro... 0.00
Why is an explicit Task variable required to get Tasks to run in pa... 0.00
How to call on async Task function from Void class? +0.23
Question on concurrency/tasks in .net core 3 controller +0.25
TcpClients do not receive messages from other TcpClients, only from... 0.00
Will tasks passed to Task.WaitAll() run on different contexts? +1.12
Wrap a callback into async Task -1.83
How to get effect of Task.WhenAny for a Task and CancellationToken? -2.96
is HttpContext async safe in asp.net core? 0.00
difference between task.run and async 0.00
Does Using Async Await Avoid Thread Exhaustion? -0.56
Using async and await with lambda expressions? 0.00
Difference between TPL and TAP 0.00
What c# async / await can do that a Task type can't? +0.86
Utilizing Async/Await in .NET Console applications breaks when call... -1.99
Throttling Message Queue Consumption While Using Parallellism 0.00
Correct way to access UI from background thread in UWP -0.54
Lazy<Task<T>> with asynchronous initialization -2.71
C# TcpClient mistakenly reads the response of a previous Write 0.00
Awaiting async tasks instantly vs declaring first and then awaiting +0.62
Which Thread resume the method execution after await in Asp.net Web... 0.00
System Threading Tasks String To String Conversion Error 0.00
.Net core & SynchronizationContext & Thread.SetData +0.66
How to process a complete list of inputs with TPL Dataflow? +0.63
Run async operation in parallel without Task.WhenAll +0.22
Should I return result of AutoMapper using await Task.FromResult()... 0.00
How do I write code to realize these tasks? +1.33
How to use Span<byte> in async method? 0.00
Benefits of running an asynchronous method on a different thread? (... +0.24
Function don't await end of foreachAsync 0.00
SendOrPostCallback behaviour 0.00
Calling multiple async methods within other method without returnin... +0.21
Code execution blocked with Factory.StartNew 0.00
Asp.Net WebAPI Wait the Current Response Sent before Next Request E... 0.00
Call sync and async method with await difference? -2.45
Using a CancellationToken to cancel a task without explicitly check... +0.44
Task.Run(method group) vs. Task.Run(lambda) 0.00
How to bundle async tasks for Task.WhenAll? +0.27
Why the lock inside AsyncLock does not block the thread? +0.60