Programming Language
Abap
ActionScript
Assembly
BASIC
C
C#
C++
Clojure
Cobol
CSS
Dart
Delphi
Elixir
Erlang
F#
Fortran
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
SQL
Swift
TypeScript
VBA
Framework
AngularJS
Backbone
Bootstrap CSS
Bootstrap Javascript
Bulma
CakePHP
CodeIgniter
Django
Drupal
Ember
Express
Flask
Flutter
Foundation
Ionic
jQuery
Laravel
Materialize
Next.js
Node.js
Nuxt.js
React
Semantic UI
Spring
Symfony
Unity
Vaadin
Vue
Wordpress
Yii
Zend
Categories
Tags
Task-parallel-library
New post in Task-parallel-library
Getting return value from Task.Run
July 5th, 2022
async-await
task-parallel-library
.net
c#
Proper way of handling exception in task continuewith
June 24th, 2020
.net
task-parallel-library
task
c#
Why is TaskScheduler.Current the default TaskScheduler?
July 5th, 2022
.net
c#
task-parallel-library
conceptual
synchronizationcontext
How to put a task to sleep (or delay) in C# 4.0?
September 8th, 2020
c#
multithreading
parallel-processing
task-parallel-library
.net
Parallel.ForEach can cause a "Out Of Memory" exception if working with a enumerable with a large object
July 5th, 2022
out-of-memory
task-parallel-library
large-data
c#
can not await async lambda
July 5th, 2022
c#
task-parallel-library
async-await
async-ctp
How do I get a return value from Task.WaitAll() in a console app?
July 5th, 2022
console-application
task-parallel-library
c#
.net
async-await
Passing a method parameter using Task.Factory.StartNew
July 5th, 2022
task-parallel-library
c#
.net-4.0
.net
Difference between the TPL & async/await (Thread handling)
July 5th, 2022
multithreading
c#-5.0
async-await
task-parallel-library
When to use TaskCreationOptions.LongRunning?
June 7th, 2020
task-parallel-library
multithreading
c#
task
How to cancel a CancellationToken
October 28th, 2021
c#
cancellationtokensource
task-parallel-library
Is Task.Factory.StartNew() guaranteed to use another thread than the calling thread?
May 26th, 2020
c#
multithreading
locking
task
task-parallel-library
Does the use of async/await create a new thread?
July 20th, 2022
c#
multithreading
async-await
task-parallel-library
c#-5.0
Why does TaskCanceledException occur?
July 5th, 2022
c#
task-parallel-library
c#-5.0
What is a replacement method for Task.Run in .NET 4.0 using C#?
July 5th, 2022
c#
task-parallel-library
asynchronous
.net
multiple awaits vs Task.WaitAll - equivalent?
July 5th, 2022
.net
task-parallel-library
async-await
c#
Simplest way to run three methods in parallel in C#
July 2nd, 2020
task-parallel-library
c#
parallel-processing
How to create a task (TPL) running a STA thread?
July 5th, 2022
c#
wpf
multithreading
thread-safety
task-parallel-library
Should i use ThreadPools or Task Parallel Library for IO-bound operations
July 5th, 2022
parallel-extensions
threadpool
c#
task-parallel-library
multithreading
Running a WPF control in another thread
June 4th, 2022
multithreading
c#
wpf
task-parallel-library
blocking
Cannot implicitly convert type 'void' to 'System.Threading.Tasks.Task'
June 30th, 2022
.net
c#
task
async-await
task-parallel-library
Visual Studio 2010 Cannot Use System.Threading.Tasks;
June 4th, 2022
c#
visual-studio-2010
parallel-processing
task-parallel-library
What's wrong with this async Task method?
June 5th, 2022
asp.net-web-api
async-await
task-parallel-library
c#
Differences between multithreading and multitasking in C#
June 5th, 2022
c#
multithreading
task-parallel-library
Asynchronous methods of ApiController -- what's the profit? When to use?
June 21st, 2022
asynccontroller
async-await
task-parallel-library
asp.net-web-api
Thread safe Entity Framework 6
June 21st, 2022
entity-framework
task-parallel-library
entity-framework-6
multithreading
Should I always use Task.Delay instead of Thread.Sleep?
June 5th, 2022
.net
c#
thread-sleep
task-parallel-library
async-await
Using HttpClient.GetAsync to call Web API seems to hang
June 5th, 2022
c#
asp.net
asp.net-web-api
async-await
task-parallel-library
Continuation Task in the same thread as previous
June 21st, 2022
c#
task-parallel-library
impersonation
Why isn't there a ConcurrentList<T>
June 8th, 2022
.net
thread-safety
task-parallel-library
concurrent-collections
←
1
2
3
4
5
6
7
8
9
→