Threading Namespace
Namespace Avalonia.Threading
Types
- AvaloniaSynchronizationContext - SynchronizationContext to be used on main thread
- AvaloniaSynchronizationContext.RestoreContext
- Dispatcher - Provides services for managing work items on a thread.
- Dispatcher.DispatcherProcessingDisabled
- DispatcherEventArgs - Provides event data for Dispatcher related events.
- DispatcherFrame - Representation of Dispatcher frame.
- DispatcherOperation
- DispatcherOperationStatus
- DispatcherOperation<T>
- DispatcherOptions - AppBuilder options for configuring the Avalonia.Threading.Dispatcher.
- DispatcherPriority - Defines the priorities with which jobs can be invoked on a Avalonia.Threading.Dispatcher.
- DispatcherPriorityAwaitable - A simple awaitable type that will return a DispatcherPriorityAwaiter.
- DispatcherPriorityAwaitable<T> - A simple awaitable type that will return a DispatcherPriorityAwaiter<T>.
- DispatcherPriorityAwaiter - A simple awaiter type that will queue the continuation to a dispatcher at a specific priority.
- DispatcherPriorityAwaiter<T> - A simple awaiter type that will queue the continuation to a dispatcher at a specific priority.
- DispatcherTimer - A timer that is integrated into the Dispatcher queues, and will be processed after a given amount of time at a specified priority.
- DispatcherUnhandledExceptionEventArgs - Provides data for the Avalonia.Threading.Dispatcher.UnhandledException event.
- DispatcherUnhandledExceptionEventHandler - Represents the method that will handle the Avalonia.Threading.Dispatcher.UnhandledException event.
- DispatcherUnhandledExceptionFilterEventArgs - Represents the method that will handle the Avalonia.Threading.Dispatcher.UnhandledExceptionFilter event.
- DispatcherUnhandledExceptionFilterEventHandler - Provides data for the Avalonia.Threading.Dispatcher.UnhandledExceptionFilter event.
- IControlledDispatcherImpl
- IDispatcher - Dispatches jobs to a thread.
- IDispatcherImpl
- IDispatcherImplWithExplicitBackgroundProcessing
- IDispatcherImplWithPendingInput