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 synchronizationcontext
Any scenario where Task.ContinueWith(..., TaskScheduler.FromCurrentSynchronizationContext()) would *not* run on the UI thread?
Apr 27, 2020
c#
task
multithreading
synchronizationcontext
Security, Thread.CurrentPrincipal, and ConfigureAwait(false)
Nov 17, 2022
async-await
claims-based-identity
synchronizationcontext
executioncontext
current-principal
Is ConfigureAwait(false) needed/beneficial when awaiting async calls in Azure Functions
Oct 27, 2022
async-await
azure-functions
azure-functions-runtime
synchronizationcontext
azure-function-async
When to call SynchronizationContext.SetSynchronizationContext() in a UI application?
Oct 16, 2022
c#
wpf
winforms
multithreading
synchronizationcontext
Use ConfigureAwait(false) in a Windows Service?
Apr 14, 2022
c#
windows-services
task-parallel-library
async-await
synchronizationcontext
.Net core & SynchronizationContext & Thread.SetData
Oct 21, 2022
c#
asp.net-core
async-await
synchronizationcontext
async/await with ConfigureAwait's continueOnCapturedContext parameter and SynchronizationContext for asynchronous continuations
Jan 14, 2019
c#
asynchronous
task-parallel-library
async-await
synchronizationcontext
What do I do with async Tasks I don't want to wait for?
Nov 19, 2022
c#
asynchronous
task-parallel-library
async-await
synchronizationcontext
Why a unique synchronization context for each Dispatcher.BeginInvoke callback?
Oct 24, 2022
c#
.net
wpf
multithreading
synchronizationcontext
Using SynchronizationContext for sending events back to the UI for WinForms or WPF
Dec 18, 2016
.net
wpf
multithreading
synchronizationcontext
.NET: How do I invoke a delegate on a specific thread? (ISynchronizeInvoke, Dispatcher, AsyncOperation, SynchronizationContext, etc.)
Feb 08, 2022
.net
winapi
multithreading
system.componentmodel
synchronizationcontext
Dispatcher and SynchronizationContext classes
Jun 04, 2017
wpf
dispatcher
synchronizationcontext
ASP.Net vs MVC vs WebAPI and UseTaskFriendlySynchronizationContext
Jan 04, 2018
asp.net
asp.net-mvc
asp.net-web-api
async-await
synchronizationcontext
How to get a WinForm synchronization context or schedule on a WinForm thread
Aug 14, 2016
winforms
.net-4.0
system.reactive
synchronizationcontext
Semaphore Wait vs WaitAsync in an async method
Sep 09, 2019
c#
concurrency
semaphore
synchronizationcontext
Why the default SynchronizationContext is not captured in a Console App?
Mar 28, 2022
c#
async-await
console-application
synchronizationcontext
What does 'context' exactly mean in C# async/await code?
Sep 04, 2022
c#
multithreading
asynchronous
synchronizationcontext
What is the difference between SynchronizationContext.Send and SynchronizationContext.Post?
Sep 03, 2022
c#
multithreading
threadpool
conceptual
synchronizationcontext
How to get a Task that uses SynchronizationContext? And how are SynchronizationContext used anyway?
Sep 02, 2022
c#
async-await
synchronizationcontext
Should we use ConfigureAwait(false) in libraries that call async callbacks?
Aug 22, 2022
c#
async-await
task-parallel-library
task
synchronizationcontext
« Newer Entries
Older Entries »