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 ... 4 5 6 7 8 ... 88
Title Δ
Does re-using HttpClient with simultaneous requests cause them to q... -0.99
Cascading ConfigureAwait(false), is it necessary? 0.00
Are TAP and async/await meant to be used for dedicated threads? 0.00
Is it really necessary to add .ConfigureAwait call when calling an... 0.00
What governs the number of unawaited asynchronous tasks in C#? 0.00
Execute a synchronous command asynchronously in Xamarin 0.00
How to return Task<Object> using continuation on a child task 0.00
Async Await Recursion in .NET 4.8 causes StackoverflowException (no... 0.00
Why is IsCancellationRequested not set to true on stopping a Backgr... +0.26
Have lots of Async calls, how to make it faster? +2.15
Get Task for QueueBackgroundWorkItem -0.24
Is it possible to determine parallelism of tasks by using Task.Dela... +1.26
Listen to responses from 2 TcpClient instances against the same IP,... 0.00
Queuing asynchronous task in C# +0.62
Catching Exceptions in async methods when not called with await -0.95
Task.WhenAny does not exist when task is finished 0.00
How do i convert from Task To List in this case? 0.00
How to parallelize multiple heterogeneous jobs with a specific degr... +0.83
Changing thread static value on dispose does not work with async 0.00
How do I enable Event Logging in a .NET Core WorkerService running... 0.00
How could I accomplish Node.js like asynchronicity with C#? -0.75
How to handle async method that has some awaits and some cpu-bound... +0.63
C# Add to a List Asynchronously in API -0.68
Does await Task.Delay(1000) inside new Task() block some thread? 0.00
Understanding Async/await properly. How is it correct? -2.16
Are there no awaitable ReadAsync/ReceiveAsync options for sockets i... -0.26
Making IDistributedCache thread-safe in .Net Core 3.1 0.00
Fire and forget, using `Task.Run` or just calling an async method w... +0.24
How check "IsAlive" status of c# async Thread? -0.92
Why does VS2017 say await is an unknown keyword? 0.00
What is the correct way to call Polly ExecuteAsync method? 0.00
Converting C# 8.0 to C# 7.0 0.00
TcpClient only connects if server starts listening before ConnectAs... -0.29
call method async inside Task.Run +0.68
.NET web Async calls to package Azure.Storage.Blobs hang 0.00
How to propert kill ASP.NET Core application to restart docker cont... 0.00
Lazy CosmosDB Initialization takes longer when more tasks are waiti... 0.00
Problems scheduling/starting task on a custom TaskScheduler, which... 0.00
await client.queryasync taking too long 0.00
“A second operation started on this context” EF core 3.1 concurrenc... +0.23
To get Result from Task.Run without await -0.00
C#: calling [async] method without [await] will not catch its throw... 0.00
Why returning Task.CompletedTask failed to compile in an async meth... -2.56
How to call an async method that is guaranteed to be sync -1.79
Can a .NET Core application on Windows trap a SIGTERM event? +1.56
Why does my background worker deadlock when using Task.Delay? 0.00
Continuation code (ContinueWith) not getting executed -2.93
Run async function on background thread? -0.25
How can I run an async method (that has inside it a try-catch(excep... +0.26
How to use Task.Factory.FromAsync with ldap library 0.00