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
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
Need to understand the usage of SemaphoreSlim
Dec 14, 2021
c#
multithreading
task-parallel-library
semaphore
What is the advantage of using async with MVC5?
Aug 16, 2022
asp.net-mvc
task-parallel-library
async-await
asp.net-mvc-5
asp.net-identity
ASP.NET Web API OperationCanceledException when browser cancels the request
Dec 14, 2021
asp.net
iis
asp.net-web-api
task-parallel-library
async-await
Is it considered acceptable to not call Dispose() on a TPL Task object?
Aug 15, 2022
c#
.net
multithreading
dispose
task-parallel-library
Default parameter for CancellationToken
Dec 14, 2021
c#
asynchronous
task-parallel-library
cancellation-token
Run two async tasks in parallel and collect results in .NET 4.5
Sep 05, 2022
c#
asynchronous
task-parallel-library
.net-4.5
« Newer Entries
Older Entries »