Search code examples
Producer consumer queue best practices and performance...


c#performancetask-parallel-libraryproducer-consumerblockingcollection

Read More
Problems implementing properly a Parallel.ForΕach loop and continue other work in the mean time...


c#multithreadingasync-awaittask-parallel-library.net-4.8

Read More
Task.Run( async () => ) Blocking/Not Running All Tasks C#...


c#asynchronousasync-awaittask-parallel-library

Read More
How to transform task.Wait(CancellationToken) to an await statement?...


c#.nettask-parallel-libraryasync-await

Read More
How to preload all the files in a TPL DataFlow pipeline between two TranformBlocks before processing...


.nettask-parallel-librarytpl-dataflow

Read More
F# - Convert Task<unit> to plain Task...


.netf#task-parallel-library

Read More
Indexing Lucene with Parallel Extensions...


concurrencylucenetask-parallel-library

Read More
Simplest way to run three methods in parallel in C#...


c#parallel-processingtask-parallel-library

Read More
C# Algorithmic Stock Trading...


multithreadingc#-4.0task-parallel-librarytpl-dataflowalgorithmic-trading

Read More
Smarty error after hardcoding ps_socialfollow.tpl to support multilanguage...


phptask-parallel-libraryprestashopsmarty

Read More
Understanding multiple consecutive await statements...


c#asynchronousasync-awaittask-parallel-library

Read More
Rethrowing previous exception inside ContinueWith...


c#exceptiontask-parallel-library

Read More
Awaiting multiple Tasks with different results...


c#asynchronousasync-awaittasktask-parallel-library

Read More
What is the difference between a loop and a Task.WhenAll?...


c#asynchronousasync-awaittask-parallel-library

Read More
Parallel.ForEach vs ActionBlock...


c#parallel-processingtask-parallel-libraryparallel.foreachtpl-dataflow

Read More
HttpClient - A task was cancelled?...


c#task-parallel-librarydotnet-httpclient

Read More
Self-Cancelling Task Inhibits other Instances...


c#tasktask-parallel-librarymstest.net-4.8

Read More
Faulted vs Canceled task status after CancellationToken.ThrowIfCancellationRequested...


c#multithreadingasync-awaittask-parallel-librarycancellation-token

Read More
OperationCanceledException VS TaskCanceledException when task is canceled...


c#.netexceptionasync-awaittask-parallel-library

Read More
What's the difference between Task.Start/Wait and Async/Await?...


c#task-parallel-library.net-4.5async-awaitconceptual

Read More
Task Factory and Thread Local Storage...


c#multithreadingtask-parallel-librarytaskthread-local-storage

Read More
Calling async methods from non-async code...


c#asp.netmultithreadingasynchronoustask-parallel-library

Read More
Why should I prefer single 'await Task.WhenAll' over multiple awaits?...


c#.netparallel-processingtask-parallel-libraryasync-await

Read More
ConfigureAwait pushes the continuation to a pool thread...


c#.netmultithreadingtask-parallel-libraryasync-await

Read More
Nested Parallel.ForEach loops...


c#performanceconcurrencytask-parallel-libraryparallel.foreach

Read More
No ConcurrentList<T> in .Net 4.0?...


c#.netparallel-processingtask-parallel-library

Read More
Task.Run with parameter(s)?...


c#lambdatask-parallel-librarytask

Read More
Best practice to call ConfigureAwait for all server-side code...


c#asp.net-web-apitask-parallel-libraryasync-await

Read More
Dynamically change TPL Dataflow Block MaxDegreeOfParallelism...


c#.nettask-parallel-librarytpl-dataflow

Read More
Execute multiple async tasks sequentially, continuing on exception...


c#async-awaittask-parallel-library

Read More
BackNext