AdaptiveSynchronizationContext Type
A SynchronizationContext properly handling FSharp.Data.Adaptive's internal ThreadLocals in presense of WPF/WinForms-style lock-interception (code being executed on the main thread while locks contend). Due to our use of thread-locals/statics this interception breaks some of the system's internal state and AdaptiveSynchronizationContext.Install() can be used to prevent this.
Constructors
Constructor | Description |
Full Usage:
AdaptiveSynchronizationContext(captured)
Parameters:
SynchronizationContext
Returns: AdaptiveSynchronizationContext
|
|
Static members
Static member | Description |
Full Usage:
AdaptiveSynchronizationContext.Install()
|