List Question
20 TechQA 2023-12-13T20:02:45.137000Is this better than deciding whether to use ConfigureAwait(false)?
162 views
Asked by TadGhostal
Why is Thread.CurrentPrincipal not persisting after async await call
113 views
Asked by David Klempfner
Why does NUnit lose its SynchronizationContext after await?
144 views
Asked by Waescher
SynchronizationContext.Send breaks lock statement
55 views
Asked by AldaFalda
Why isn't SyncContext restored after await without ConfigureAwait(false)
89 views
Asked by JJ-connect
Why does SynchronizationContext.Post() get called only once when using multiple awaits?
195 views
Asked by QmlnR2F5
c# make UI calls when TCPClient receives data async
117 views
Asked by Tsaras
Background Thread messages to UI Thread cache and not pushed to UI till background process complete
557 views
Asked by GIS-Monkey
relationship between scope and synchronization context
113 views
Asked by Marcin
Is a continuation created even if there is nothing after an await?
170 views
Asked by David Klempfner
Set HttpContext.Current is not the same in continuation of await
123 views
Asked by Charalampos Detsis
UI thread waits for "await client.SendAsync(request).ConfigureAwait(false)" to finish before moving to another url
903 views
Asked by usernumber124153
Waiting on Semaphore may still be executing code on the same thread
408 views
Asked by Dan Byström
Fill TreeView with data from a collection asynchronously
180 views
Asked by Vahid
How to access a Realm instance in the same thread that it was created in .NET (Xamarin-UWP)?
406 views
Asked by Ivanrlg
Run task with current SynchronizationContext not resume execution after await methods
182 views
Asked by Ddd
Is there a technical reason to pass state via a pass-thru callback argument, or capture it via a closure?
159 views
Asked by Mark A. Donohoe
await Task doesn't capture Synchronization Context
357 views
Asked by Huy Tran
What is the lifetime of SetSynchronizationContext?
174 views
Asked by Jay Lemmon