Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in task-parallel-library
ThreadPool.QueueUserWorkItem vs Task.Factory.StartNew
Sep 24, 2022
c#
multithreading
c#-4.0
task-parallel-library
threadpool
Should i use ThreadPools or Task Parallel Library for IO-bound operations
Mar 22, 2022
c#
multithreading
task-parallel-library
threadpool
parallel-extensions
Simplest way to run three methods in parallel in C#
Aug 17, 2022
c#
parallel-processing
task-parallel-library
Task parallel library replacement for BackgroundWorker?
Nov 20, 2022
c#
winforms
backgroundworker
task-parallel-library
Deserialize JSON to Array or List with HTTPClient .ReadAsAsync using .NET 4.0 Task pattern
Mar 07, 2022
c#
json
asp.net-mvc-4
task-parallel-library
dotnet-httpclient
How can I prevent synchronous continuations on a Task?
Aug 17, 2022
c#
.net
task-parallel-library
task
async-await
Calling async methods from non-async code
Aug 17, 2022
c#
asp.net
multithreading
asynchronous
task-parallel-library
What is the best way to catch exception in Task?
Aug 17, 2022
c#
.net
task-parallel-library
Cannot implicitly convert type 'string' to 'System.Threading.Tasks.Task<string>'
Jun 13, 2020
c#
task-parallel-library
async-await
Best way to convert callback-based async method to awaitable task
Oct 21, 2022
c#
asynchronous
task-parallel-library
c#-5.0
Is prevTask.Wait() recommended to be used with ContinueWith (from the Tasks library)?
Aug 22, 2022
c#
task-parallel-library
Is there a Task based replacement for System.Threading.Timer?
Aug 17, 2022
c#
.net-4.0
timer
timeout
task-parallel-library
Task.Run with Parameter(s)?
Apr 17, 2018
c#
lambda
task-parallel-library
task
Proper way to implement a never ending task. (Timers vs Task)
Nov 16, 2017
c#
multithreading
timer
task-parallel-library
.net-4.5
Is there anything like asynchronous BlockingCollection<T>?
Sep 23, 2022
c#
.net
collections
task-parallel-library
async-await
The current SynchronizationContext may not be used as a TaskScheduler
Oct 02, 2019
c#
multithreading
nunit
task-parallel-library
resharper-6.0
A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was
Jul 25, 2022
c#
wpf
exception
task
task-parallel-library
An async/await example that causes a deadlock
Aug 16, 2022
c#
task-parallel-library
deadlock
async-await
c#-5.0
Simplest way to do a fire and forget method in c# 4.0
Aug 16, 2022
c#
.net
.net-4.0
task-parallel-library
fire-and-forget
Why does this async action hang when I try and access the Result property of my Task?
Sep 10, 2022
c#
asynchronous
async-await
task-parallel-library
« Newer Entries
Older Entries »