SpiceQA
Questions
Tags
Users
Badges
configureawait
9 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Does .NET 6's PeriodicTimer capture the current SynchronizationContext by default?
user_2216291
0
•
asked Jul 15, 2022
2
1
120
periodictimer
configureawait
timer
asynchronous
c#
ConfigureAwait(false) and struct implementation of IAsyncDisposable
user_6090828
0
•
asked Apr 3, 2022
3
2
107
configureawait
iasyncdisposable
async-await
struct
c#
C# Parallel.ForEach and Task.WhenAll sometimes returning less values then supposed
user_12824729
0
•
asked Mar 14, 2021
3
2
790
configureawait
async-await
parallel.foreach
task
c#
Usage of ConfigureAwait in .NET
user_5108631
0
•
asked Jul 1, 2020
15
3
9279
configureawait
async-await
asynchronous
.net
c#
Make AsyncLocal changes propagate to the calling function
user_2133404
0
•
asked Jun 10, 2020
6
2
427
configureawait
async-await
asynchronous
c#
The current thread is not associated with the Dispatcher. Use InvokeAsync() to switch execution to the Dispatcher when triggering rendering
user_3354710
0
•
asked Jun 9, 2020
4
1
1709
configureawait
async-await
blazor-server-side
blazor
.net-core
ConfigureAwait(false) doesn't make the continuation code run in another thread
user_12366530
0
•
asked May 22, 2020
2
2
353
configureawait
async-await
multithreading
.net
c#
How to correctly block on async code?
user_2559709
0
•
asked Jul 11, 2017
10
1
9200
configureawait
async-await
.net
c#
When should I use ConfigureAwait(true)?
user_1239433
0
•
asked Jan 2, 2014
53
5
41140
configureawait
async-await
asynchronous
c#
1
(current)
Hot Questions