StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Theodor Zoulias

Rating
1449.10 (4,532,891st)
Reputation
11 (2,060,414th)
Page: 1 ... 6 7 8 9 10 ... 16
Title Δ
How to await the results of an IAsyncEnumerable<Task<T>>... 0.00
Return the value from Task.Run 0.00
Should a separate event be allocated for an asynchronous delegate? +3.36
Impact of using AsParallel() and AsSequential() in the same query? C# 0.00
How to execute tasks in parallel but not more than N tasks per T se... +0.39
Can a C# TPL dataflow propagate completion upstream? 0.00
How important is it to specify LongRunning on a Task? +2.57
Similar code in Tasks returning different status codes -0.79
How to I use SemaphoreSlim or Dataflow to handle notification throt... 0.00
How can I execute this System.Linq statement faster? 0.00
How to run many tasks and get their result after all of them ended? -1.45
C# LazyCache concurrent dictionary garbage collection -1.37
Efficient locking on a resource, identified by a string 0.00
Creating a thread-safe version of a c# statistics service +1.37
ContinueWith Method - How to understand it exactly? -1.21
Loop through IEnumerable returns nothing +2.12
Why does Thread.Sleep work but Task.Delay does not? 0.00
Is there any sense to return ValueTask from method that internally... +1.35
Nullreference exception does not show up when async Task discarded -0.12
Patterns to not lock large collections when doing maintenance work... 0.00
Would making DB calls async inside a Parallel.ForEach loop improve... +1.35
Process List<string,string> in batches of 1000 using Semaphore +0.14
Using TaskCompletionSource Within An await Task.Run Call -0.37
Does Task.Run generate overhead with I/O bound operation? -0.95
Is the BlockingCollection thread-safe? -1.14
How to monitor IObservable<double> for Out of Range for Exten... -1.32
Is there way to use extension methods to achieve below implementati... +0.01
C#. What happens if "after await" thread is busy? -0.52
Improve performance of Async Post using C# HttpClient +0.62
C# List.AddRange in Parallel.For occur ArgumentException -1.14
Enable/Disable buttons while thread is working +0.63
What is the proper wait to await/async inside of a ForEach? +1.14
How to await multiple IAsyncEnumerable -0.37
System.Windows.Forms.WebBrowser wait until page has been fully loaded 0.00
Appropriate pattern for awaiting Task.WhenAny(List<T>) when l... -1.13
How would I monitor and restart tasks that throw exceptions in C#? +0.63
Implementing a Starve method ("Unrelease"/"Hold"... 0.00
Concise way to Await a Cancelled Task? +1.54
can i think each httprequest runs with a thread in c#? 0.00
StreamWriter.WriteLineAsync() does not continue on new context -1.24
BlockingCollection ToObservable with Subscribe using Reactive Exten... 0.00
C# thread-safe atomic operation on item in ConcurrentDictionary 0.00
Producer Consumer Model Without Lock or Use Thread Safe Collections... 0.00
How to speed up this LINQ query with join? -0.82
C# - Async method in SELECT LINQ operation -0.40
Is it wrong to use ManualResetEvent with async code? 0.00
Awaiting a list of asynchronous tasks that have polymorphic results +0.64
C# TaskWhenAll on method which is returing result depending on awai... -0.30
BufferBlock getting blocked on OutputAvailableAsync 0.00
Transform Observable.Timeout 0.00