StackOverflow Questions for Tag: synchronizationcontext

MMDR
MMDR

Reputation: 13

When do we dispatch exceptions to synchronization context in blazor?

Score: 1

Views: 58

Answers: 1

Read More
Imi
Imi

Reputation: 1579

How to get a Task that uses SynchronizationContext? And how are SynchronizationContext used anyway?

Score: 37

Views: 35033

Answers: 2

Read More
Mark A. Donohoe
Mark A. Donohoe

Reputation: 30478

How do you get the current SynchronizationContext for a specific WPF window?

Score: 3

Views: 6014

Answers: 2

Read More
AndyMoose
AndyMoose

Reputation: 425

Does Mono (6.x) support AspNetSynchronizationContext?

Score: 0

Views: 20

Answers: 0

Read More
Dhanush S
Dhanush S

Reputation: 39

What is the difference between await method(), await method().ConfigureAwait(true), and await method().ConfigureAwait(false) in C#?

Score: 1

Views: 153

Answers: 1

Read More
user4205580
user4205580

Reputation: 572

TaskScheduler - executing continuations

Score: 4

Views: 259

Answers: 1

Read More
Matthew Quinn
Matthew Quinn

Reputation: 19

Bug in SemaphoreSlim or custom SynchronizationContext?

Score: 1

Views: 97

Answers: 0

Read More
Julien Lebosquain
Julien Lebosquain

Reputation: 41253

Why is TaskScheduler.Current the default TaskScheduler?

Score: 77

Views: 25165

Answers: 5

Read More
Ivan Shumakov
Ivan Shumakov

Reputation: 39

Don't understand why SynchronizationContext in WinForm don't captured

Score: 0

Views: 75

Answers: 2

Read More
WCZ
WCZ

Reputation: 51

Why code executed in SynchronizationContext.Current.Send() not run in same thread in multiple calling

Score: 0

Views: 29

Answers: 1

Read More
Dave
Dave

Reputation: 8641

Confusion about Dispatcher, TaskScheduler, SynchronizationContext in secondary GUI Thread

Score: 2

Views: 253

Answers: 0

Read More
Roger Johansson
Roger Johansson

Reputation: 23224

SynchronizationContext, when does it flow and when does it not?

Score: 6

Views: 1273

Answers: 1

Read More
TadGhostal
TadGhostal

Reputation: 151

Is this better than deciding whether to use ConfigureAwait(false)?

Score: 1

Views: 193

Answers: 1

Read More
David Klempfner
David Klempfner

Reputation: 9940

Why is Thread.CurrentPrincipal not persisting after async await call

Score: 2

Views: 99

Answers: 0

Read More
Generic Error
Generic Error

Reputation: 4477

What do I do with async Tasks I don't want to wait for?

Score: 11

Views: 11018

Answers: 3

Read More
Waescher
Waescher

Reputation: 5747

Why does NUnit lose its SynchronizationContext after await?

Score: 0

Views: 263

Answers: 1

Read More
AldaFalda
AldaFalda

Reputation: 11

SynchronizationContext.Send breaks lock statement

Score: 0

Views: 72

Answers: 1

Read More
Mark A. Donohoe
Mark A. Donohoe

Reputation: 30478

Is there a technical reason to pass state via a pass-thru callback argument, or capture it via a closure?

Score: -1

Views: 200

Answers: 1

Read More
Yawar Murtaza
Yawar Murtaza

Reputation: 3885

Why would I bother to use Task.ConfigureAwait(continueOnCapturedContext: false);

Score: 92

Views: 78294

Answers: 2

Read More
Joe
Joe

Reputation: 6826

SynchronizationContext Problems with Prism DelegateCommand created on a background thread

Score: 0

Views: 69

Answers: 0

Read More
PreviousPage 1Next